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>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-maven-plugin</artifactId>
<version>1.0-beta-6</version>
<executions>
<execution>
<phase>process-resources</phase>
<goals>
<goal>jnlp-download-servlet</goal>
</goals>
</execution>
</executions>
<configuration>
<outputDirectoryName>.</outputDirectoryName>
<excludeTransitive>true</excludeTransitive>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<implementation-build>${buildNumber}</implementation-build>
<Trusted-Library>true</Trusted-Library>
<Permissions>all-permissions</Permissions>
</manifestEntries>
</archive>
<jnlpFiles>
...
</jnlpFiles>
</configuration>
</plugin>
{code}
Not sure what I am missing here.
thanks
--
View this message in context:
http://maven.40175.n5.nabble.com/WAR-contains-SNAPSHOT-JARs-with-timestamps-tp5807695p5807858.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]