By default release:perform does a site:deploy-site. This builds all of the reports, etc. I'd like to limit it to do just deploying the jars that are created by:
- mvn jar:jar - mvn jar:test-jar - mvn source:jar - mvn source:test-jar Basically override the goals. How do I do that in the pom.xml. Also the jar and test-jar can be deployed by using deploy, but there isn't anything form deploying the source jars. Is there something else I can use. Thanks.
