New snapshot is deployed. Curious that it never showed up before in the copy-dependencies mojo.
-----Original Message----- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 9:44 AM To: Maven Users List Subject: RE: regression in maven-dependency plugin has broken our builds That was me. Not sure how the regression slipped through because there are IT tests for it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 6:34 AM To: [email protected] Subject: regression in maven-dependency plugin has broken our builds looks like someone released a new snapshot of the maven-dependency plugin that has a regression: <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>generate-sources</id> <phase>generate-sources</phase> <goals><goal>copy</goal></goals> <configuration> <outputDirectory>${project.build.outputDirectory}/lib</outputDirectory> <stripVersion>true</stripVersion> The <stripVersion> element no longer has the desired effect. Unfortunately, this has broken multiple codeline builds and halted development, as we rely heavily on this feature for packaging. Not sure what the best way to recover from this is. Any ideas? There are lots of versions on the SNAPSHOT here: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plug ins/maven-dependency-plugin/2.0-alpha-1-SNAPSHOT/ But I've never understood if it is possible to call out a earlier version. I guess I will try to populate an internal repository with a working version. tia, -Russ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
