On 2/11/11 10:19 , Alessio Stalla wrote: […]
Naming: the name is given by Maven automatically when you deploy the jar (based on the information in the POM). Layout conventions: I couldn't find a written document explaining conventions. By inspecting existing Maven-generated artifacts, it appears that source jars are laid out exactly like binary jars [1] while Javadoc jars are simply the root docs directory jarred [2].
abcl-sources.jar
[…]
abcl-javadoc.jar
[…]
My patches named them as abcl-${abcl.version}-sources.jar and abcl-${abcl-version}-javadoc.jar. Feel free to rename them in build.xml if you need to remove them. The internal layout should match what you expect.