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
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
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
> 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
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-
> 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
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