Re: WAR contains SNAPSHOT JARs with timestamps

2014-10-07 Thread captainslow
I tried adding the following, but couldn't get it to work. Timestamp was appended to the SNAPSHOT jars. {code} plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.4/version configuration

Re: WAR contains SNAPSHOT JARs with timestamps

2014-10-06 Thread captainslow
Also tried useUniqueVersionsfalse/useUniqueVersions in the manifest of the jars war. It still appends version to the SNAPSHOT jars located inside the WAR. -- View this message in context: http://maven.40175.n5.nabble.com/WAR-contains-SNAPSHOT-JARs-with-timestamps-tp5807695p5807865.html Sent

Re: WAR contains SNAPSHOT JARs with timestamps

2014-10-05 Thread captainslow
Hi, Thank you for your response. I did try the following but still see timestamp in the SNAPSHOT jars. mvn clean deploy -DuseUniqueVersions=false Here is my webstart plugin definition. {code} plugin groupIdorg.codehaus.mojo/groupId artifactIdwebstart-maven-plugin/artifactId

WAR contains SNAPSHOT JARs with timestamps

2014-10-04 Thread captainslow
I have this project setup which uses Webstart and I need to bundle the WAR with SNAPSHOT JARs. When the JARs are bundled into the WAR, they are appended with a timestamp instead of the actual name. Expected - ABC-1.0-SNAPSHOT.jar Actual - ABC-1.0-20141002.211448-2.jar The JAR in the remote