I have a call to maven-deploy-plugin bound to package phase that works correctly when I call "maven clean package" but if I call "maven clean deploy" I get:
"java.lang.IllegalStateException: Cannot add two different pieces of metadata for: project com.thomsonreuters.images:icon-Remove" (We are using maven-deploy-plugin to push an image file, icon-Remove-1.0.gif, to our maven repo server, Artifactory.) I'm just wondering if anybody can explain what Maven is tripping over. Thanks, Greg -- View this message in context: http://maven.40175.n5.nabble.com/maven-deploy-plugin-package-vs-deploy-phase-tp4807342p4807342.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
