That could be a backup option but I'd definitely prefer to have it done as part of the same build step. Thanks for the suggestion.
On Fri, Aug 21, 2015 at 11:15 AM, Jörg Schaible < [email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > > -- Jeff Vincent See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent
