Re: duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-21 Thread Reto Bachmann-Gmür
the jars are only duplicate when using the true directive. unfortunately, that's what I need. Reto Reto Bachmann-Gmür said the following on 04/20/2009 03:29 PM: > no this is after a "mvn clean package" > > cheers, > reto > > Brian Fox said the following on 04/20/2009 03:27 PM: >> This could on

Re: duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-20 Thread Reto Bachmann-Gmür
no this is after a "mvn clean package" cheers, reto Brian Fox said the following on 04/20/2009 03:27 PM: > This could only happen in two passes of the plugin without a clean in > between. The two files are indeed the same version, but it isn't > checking the target folder exhaustively to see if t

Re: duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-20 Thread Brian Fox
This could only happen in two passes of the plugin without a clean in between. The two files are indeed the same version, but it isn't checking the target folder exhaustively to see if there's a file there with another timestamped version...the overwrite only gets triggered if the exact same fi

duplicate snapshots copied by maven-dependency-plugin:copy-dependency

2009-04-20 Thread Reto Bachmann-Gmür
Hello I'm copying dependencies with the following directive: org.apache.maven.plugins maven-dependency-plugin 2.1 copy-dependencies copy-sec