Hi Neil, neil hart wrote on Monday, March 12, 2007 8:26 PM:
> 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. Have a look at the plugin configuration. You can define in your POM what goals are executed for the release. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
