sebb a écrit :
Which is the correct style for Maven2 releases?
<groupId>org.apache.commons</groupId>
<artifactId>commons-component</artifactId>
or
<groupId>commons-component</groupId>
<artifactId>commons-component</artifactId>
There are recent examples of both.
I would say:
- new components use "org.apache.commons"
- already released components keep the same groupId. If the release is
incompatible with the previous one, switch from commons-component to
org.apache.commons.
Emmanuel Bourg
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org