I have a requirement where our core JAR with system classes needs to be deployed to a maven repo.
mvn release:perform does this well but ends up uploading both the source JAR and original POM. Is there anyway in which I can deploy only my binary JAR and prevent the source JAR and POM from being deployed? I guess we could live with the POM being deployed but deploying the source JAR is a definite no-no for our commercial project. -- View this message in context: http://www.nabble.com/Deploy-Jar-to-maven-repo-without-sources-and-pom-being-exposed-tf4020398s177.html#a11418880 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
