RE: dependency:list and dependency:build-classpath produce a different version for SNAPSHOTS

2012-10-22 Thread Davide Silvestre
Hi again, So this means that from version 2.6 of the plugin we will be able to choose either to use the base version or not. What about the list? Right now the list only outputs the dependencies with the baseVersion. Will it be possible in the future also for the list to be able to choose the

dependency:list and dependency:build-classpath produce a different version for SNAPSHOTS

2012-10-19 Thread Davide Silvestre
Hi, I am using version 2.5.1 of the maven-dependency-plugin. My project is buiding a zip file containing a set of dependency jars and i am also generating 2 files containing the classpath (generated using dependency:build-classpath) and the list of jars (generated using dependency:list).

Re: dependency:list and dependency:build-classpath produce a different version for SNAPSHOTS

2012-10-19 Thread Robert Scholte
Hi, I've done an equivalent fix for copy-dependencies last week, so I'll do the same for build-classpath. Please check https://jira.codehaus.org/browse/MDEP-384 -Robert Op Fri, 19 Oct 2012 16:20:58 +0200 schreef Davide Silvestre d...@cdrator.com: Hi, I am using version 2.5.1 of the