You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marat Radchenko <sl...@gmail.com> on 2008/09/24 18:03:07 UTC

Inconsistent handling on SNAPSHOT dependencies between maven-jar-plugin 'addClassPath' and maven-assembly-plugin 'dependencySet'?

When artifact has SNAPSHOT dependency, 'addClassPath' feature of
maven-jar-plugin will use 'SNAPSHOT' as version string. However,
maven-assembly-plugin's 'dependencySet' feature will save file using
fully qualified repository version (something like
20080924.150522-14). This inconsistency leaves these features
completely unusable together.

It it really a bug (what plugin then?) or this behavior can be
customized so naming scheme will be the same?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org