Fixed
Details
Assignee
Steve EbersoleSteve EbersoleReporter
Former userFormer user(Deactivated)Time tracking
0.58h loggedFix versions
Priority
Minor
Details
Details
Assignee
Steve Ebersole
Steve EbersoleReporter
Former user
Former user(Deactivated)Time tracking
0.58h logged
Fix versions
Priority
Created August 4, 2010 at 11:46 PM
Updated August 5, 2010 at 5:53 PM
Resolved August 5, 2010 at 5:53 PM
The distribution module deploys a file called site.xml. The "pom" packaging lifecycle automatically deploys this file to be used for site inheritance. Nexus complains about this because the file deployed during the release is identical to the file in the snapshots repository, and this violates a Nexus validation that checks that every deployed artifact is unique.
One solution to this is to add a current version string to the site.xml file.