Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Thomas Sundberg
On 8 May 2013 22:27, Stephen Connolly wrote: > On 8 May 2013 20:28, Thomas Sundberg wrote: > >> On 8 May 2013 21:13, Wayne Fay wrote: >> >> It works well for artifacts in Nexus that was deployed from Maven. >> >> Unfortunately, we have some artifacts that consist of zip files and >> >> has been

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Thomas Sundberg
On 8 May 2013 21:50, Wayne Fay wrote: >> The files are uploaded to the Nexus server and are expected to be >> downloaded from it as well. If the maven-metadata is updated properly >> or not is something I need to check. > > OK... but HOW is that happening? "mvn deploy:deploy-file" or another > sim

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Stephen Connolly
On 8 May 2013 20:28, Thomas Sundberg wrote: > On 8 May 2013 21:13, Wayne Fay wrote: > >> It works well for artifacts in Nexus that was deployed from Maven. > >> Unfortunately, we have some artifacts that consist of zip files and > >> has been generated from an Ant build. > > > > I assume the plu

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Wayne Fay
> The files are uploaded to the Nexus server and are expected to be > downloaded from it as well. If the maven-metadata is updated properly > or not is something I need to check. OK... but HOW is that happening? "mvn deploy:deploy-file" or another similar process, or upload via the Nexus GUI, or w

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Thomas Sundberg
On 8 May 2013 21:13, Wayne Fay wrote: >> It works well for artifacts in Nexus that was deployed from Maven. >> Unfortunately, we have some artifacts that consist of zip files and >> has been generated from an Ant build. > > I assume the plugin queries your MRM and looks at the versions in > maven-

Re: org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Wayne Fay
> It works well for artifacts in Nexus that was deployed from Maven. > Unfortunately, we have some artifacts that consist of zip files and > has been generated from an Ant build. I assume the plugin queries your MRM and looks at the versions in maven-metadata.xml. How are the zip files being deplo

org.codehaus.mojo:versions-maven-plugin:2.0:update-properties

2013-05-08 Thread Thomas Sundberg
from an Ant build. The referred artifacts are downloaded properly when I set the version manually and then build my project. However, if I use the org.codehaus.mojo:versions-maven-plugin:2.0:update-properties then it only detects changed properties for artifacts deployed from Maven projects. An