Vincent Massol wrote:

> <artifactId>-<version>.jar
> <artifactId>-src-<version>.zip
> <artifactId>-javadoc-<version>.zip
> etc
> 
> We *could* standardize on artifact names of course. The <artifactId>
> could be optional and default to ${pom.artifactId}:

tweaking the above a bit:

<artifactId>-<version>.jar
<artifactId>-<version>-src.zip
<artifactId>-<version>-javadoc.zip

or as recently advertised:

<artifactId>-<version>-debug.jar
<artifactId>-<version>-debug-src.jar

Such 'extended file extensions' would simplify name building in plugins.

BTW. I really like the idea of having the following:

maven.deliverable.main=jar
maven.deliverable.all=jar,source,javadoc

Will definetely help organize things.

R.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to