Hi Jeff,

Jeff wrote:

> I should clarify that I want to find the specific SNAPSHOT version
> assigned by Nexus (or other maven repository manager applications) after
> the deploy.
> 
> So after I deploy 'myapp.jar' to Nexus with GAV:
> 
> groupID: mycompany.com
> artifactID: myapp
> version:  1.0-SNAPSHOT
> 
> 
> Nexus assigns it to something
> like /com/mycompany/myapp/1.0-SNAPSHOT/myapp-1.0-20150821.000538-120.jar
> 
> I want to get the "20150821.000538-120" portion and also if possible the
> SHA1 hash Nexus generated.

What happens if you use dependency:get to "download" the SNAPHSOT? You might 
find it then in your local repository as timestamped version (depending on 
your settings in updatePolicy ("always") for the snapshot repo).

Cheers,
Jörg



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to