aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes SNAPSHOT version Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "SNAPSHOT version" Watch "SNAPSHOT version" New topic
Author

SNAPSHOT version

Prash Negu
Ranch Hand

Joined: Apr 20, 2009
Posts: 45
Hi,

Artifacts with SNAPSHOT versions, the "SNAPSHOT" is replaced with timestamp only during deploy phase (to remote repository) and not for "install" phase (local repository)?

Thanks,
Prashant
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5532

The deploy behavior is governed by the uniqueVersion parameter (true and you get the timestamp, false and it remains as -SNAPSHOT). But I don't see that parameter for the install plugin.


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: SNAPSHOT version
 
Similar Threads
Return code is: 405
Cannot find parent error while "mvn compile"
Creating an ear file from war and jar files
Running help:describe command in Maven
Another 'Y' game