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. Also, I've noticed that some pom.xml files (e.g. compress, proxy) don't include a <groupId> for the current component; presumably that is an oversight? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org