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?

<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jboss-module</artifactId>
<version>1.2b3-dev</version>
</dependency>

Are both likely to stick around?



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

Reply via email to