using maven 2.0.4 When we generate a war we end up getting duplicates of all 3rd party SNAPSHOT dependencies.
For instance we use com.javaforge.tapestry.tapestry-spring:jar:1.0.0-SNAPSHOT. we end up with: tapestry-spring-1.0.0-SNAPSHOT.jar and tapestry-spring-1.0.0-20061122.201931-1.jar in the war. This does not happen with snapshots we publish internally. I can only assume that this is because we do not publish our snapshot using timestamp "versioning". I am sure this is because of some convoluted way we set up the project's pom or the project's parent pom. However, I can't seem to get a good fix on the problem and was hoping that someone might point me in the right direction. fyi - we are using maven 2.0.4 because an earlier attempt to upgrade broke our build. I can only assume that somehow we set up our build using a "defect" that was later fix after 2.0.4. When we have some room we are planning on addressing this an upgrading our build tools. Carlos -- View this message in context: http://www.nabble.com/duplicate-copies-of-SNAPSHOT-dependencies-in-war-artifact-tp18893733p18893733.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
