RE: How to script the downloading of the latest snapshot of an artifact?

2013-11-20 Thread Manfred Moser
And if you are using puppet or chef you can look at the open source REST API wrapper: https://github.com/cescoffier/puppet-nexus https://github.com/RiotGames/nexus_cli Manfred >> -Original Message- >> From: Laird Nelson [mailto:ljnel...@gmail.com] >> Sent: Tuesday, November 19, 2013 8:46

RE: How to script the downloading of the latest snapshot of an artifact?

2013-11-20 Thread KARR, DAVID
> -Original Message- > From: Laird Nelson [mailto:ljnel...@gmail.com] > Sent: Tuesday, November 19, 2013 8:46 PM > To: Maven Users List > Subject: Re: How to script the downloading of the latest snapshot of an > artifact? > > Have a look at this: > http://stackoverflow.com/questions/791162

RE: MavenEmbedder problem with 3.1.x

2013-11-20 Thread Bernd Adamowicz
Amazing! This works! I tried so many permutations of dependency version, but obviously never got the right one. Thanks a lot Stuart! -- Bernd Adamowicz -Original Message- From: Stuart McCulloch [mailto:mccu...@gmail.com] Sent: Mittwoch, 20. November 2013 16:04 To: Maven Users List Su

Including external file in archetype

2013-11-20 Thread JE
I have an archetype project. I would like to include a resource from an alternative project in the archetype. The reason for this, is the file is used by a couple of different projects and I don't want to maintain duplicate versions. I have something like proja - src/main/resources/my.propertie

Re: MavenEmbedder problem with 3.1.x

2013-11-20 Thread Stuart McCulloch
Update the lib-jenkins-maven-embedder dependency to version 3.11, since this is the version that works with the latest aether/sisu dependencies. On 20 Nov 2013, at 09:41, Bernd Adamowicz wrote: > No answer so far. Should I file a bug? Any opinion? > > Bernd Adamowicz > > > -Original Messa

RE: MavenEmbedder problem with 3.1.x

2013-11-20 Thread Bernd Adamowicz
No answer so far. Should I file a bug? Any opinion? Bernd Adamowicz -Original Message- From: Bernd Adamowicz [mailto:bernd.adamow...@esailors.de] Sent: Montag, 18. November 2013 16:12 To: users@maven.apache.org Subject: MavenEmbedder problem with 3.1.x Hi all, When switching from Mave