I guess more what i am looking for is a url i can use to get the latest snapshot from the nexus repository-
I have tried fetching from the repository but the http request i built to get latest snapshot does not resolve - my best bet looks to be to resolve the metadata, parse it for the build time and try and construct a url with that information to get the latest snapshot. not very sweet .... as far as using the assembly plugin for this - I am trying to assemble a number of assets from the build from a multimodule project - it does not appear that assemble is really designed for that kind of scenario-- basically i am struggling with how to use nexus to go the next step to programmatically distribute the build artifacts. Thanks Brian E Fox wrote: > > Look at the maven-assembly-plugin docs. > > -----Original Message----- > From: kkmca [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2008 5:51 PM > To: [email protected] > Subject: newby problem with using artifacts in repository > > > i want to retrieve a few of the latest build artifacts from the internal > repository and package them in a zip for use locally - two of the > artificats > are wars one is a jar - I am not sure how to write a pom that would do > this > - could you point me to an example? > > -- > View this message in context: > http://www.nabble.com/newby-problem-with-using-artifacts-in--repository- > tp19042445p19042445.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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/newby-problem-with-using-artifacts-in--repository-tp19042445p19056033.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]
