For Maven OSGi bundle artifacts, there is a quasi-convention to have
artifactId = Bundle-Symbolic name, so you would have
groupId: org.wicketstuff
artifactId: org.wicketstuff.foo.bar
version: 1.5
Bundle-Symbolic-Name: org.wicketstuff.foo.bar
JAR name: org.wicketstuff.foo.bar-1.5.jar
Apache Servicemix and Apache Aries use this convention, while Apache
Commons sticks with the old names.
Having this naming scheme and the one Bruno suggested in parallel would
help to distinguish OSGi bundles from plain old JARs.
Then again, that would mean you'd have to rename artifacts, once you
osgify them.
Regards,
Harald
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org