Issue Type: Bug Bug
Affects Versions: 3.7
Assignee: Jesse Glick
Created: 28/Jun/12 1:08 AM
Description:

When include Maven-Dependencies with a SNAPSHOT-Version the Manifest-Mojo sometimes creates a wrong entry under maven-class-path in the generated manifest if the repository produces unique-SNAPSHOTS.

When writing the entry x-class-path the Mojo uses Artifact.getFilename() which is always ending with "SNAPSHOT" when writing maven-class-path it uses Artifact.getVersion() which sometimes (not) alwas points to TimeStamped Version.

The NBModuleSuite reacts with a "no match"-error because it finds only the "SNAPSHOT"-File on the classpath never the one with the timestamp.

Environment: Windows 7 64Bit, Maven 3.0.3, Sonatype Nexus 2.0.6 Repository
Project: Maven NetBeans Module Plugin
Priority: Major Major
Reporter: Andreas Zoike
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to