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]>
- reactor site-front-end and noop Philip Crotwell
- Re: reactor site-front-end and noop Jason van Zyl
- Re: reactor site-front-end and noop Philip Crotwell
- Re: reactor site-front-end and noop Jason van Zyl
- Re: reactor site-front-end and noop Philip Crotwell
- Re: reactor site-front-end and noop Philip Crotwell
- Re: reactor site-front-end and noop Jason van Zyl
- Re: reactor site-front-end and noop Philip Crotwell
- Re: reactor site-front-end and ... Jason van Zyl
- Re: What is preferred format for referri... Colin Sampaleanu
- Re: What is preferred format for re... Jason van Zyl