On Tue, 2003-01-28 at 14:20, Colin Sampaleanu wrote:
> When you have artifacts with a groupId and artifactId that are 
> different, which format is preferred, and should generally be used? This?
> 
>     <dependency>
>       <id>xdoclet:xdoclet-jboss-module</id>
>       <version>1.2b3-dev</version>
>     </dependency>
> 
> or this?

This one:

>     <dependency>
>       <groupId>xdoclet</groupId>
>       <artifactId>xdoclet-jboss-module</artifactId>
>       <version>1.2b3-dev</version>
>     </dependency>
> 
> Are both likely to stick around?

They will both be supported.

> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to