Re: Deployed attached snapshot artifacts have version number one higher than expected.

2007-06-16 Thread Kenney Westerhof
Hi, haven't tested this myself with 2.0.6, but take a look at some other plugins that attach artifacts (javadoc, source, assembly:attached etc) to see what the differences are. Those plugins use the ProjectHelper to attach an artifact: /** * Used for attaching the artifact in the project

Re: Deployed attached snapshot artifacts have version number one higher than expected.

2007-06-16 Thread Mark Donszelmann
Hi Kenney, your solution worked fine (in 2.0.6). The problem also existed in 2.0.5. I must have created and attached the Artifact wrongly. bedankt Mark On Jun 15, 2007, at 11:19 PM, Kenney Westerhof wrote: Hi, haven't tested this myself with 2.0.6, but take a look at some other plugins that

Deployed attached snapshot artifacts have version number one higher than expected.

2007-06-15 Thread Mark Donszelmann
Hi I am attaching artifacts to the main (jar) artifact in my plugin for maven. All works fine for versioned plugins, but for SNAPSHOTS I see the following behavior: 1. mvn install installs the SNAPSHOT correctly in my local repository (correctly). 2. mvn deploy -retrieves the latest build