Why you canĀ“t use timestamped  (SNAPSHOT) jars?

Anyway, maybe this can help you

http://stackoverflow.com/questions/1243574/how-to-stop-maven-artifactory-from-keeping-snapshots-with-timestamps

2014-10-08 0:21 GMT-03:00 captainslow <srinivas.nag...@gmail.com>:

> I tried adding the following, but couldn't get it to work. Timestamp was
> appended to the SNAPSHOT jars.
>
> {code}
> <plugin>
>             <groupId>org.apache.maven.plugins</groupId>
>             <artifactId>maven-war-plugin</artifactId>
>             <version>2.4</version>
>             <configuration>
>
> <outputFileNameMapping>@{artifactId}@-@{baseVersion}@.@{extension}@
> </outputFileNameMapping>
>             </configuration>
>         </plugin>
> {/code}
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/WAR-contains-SNAPSHOT-JARs-with-timestamps-tp5807695p5808036.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to