Update Master POM's Plugin Management
-------------------------------------
Key: SHALE-487
URL: https://issues.apache.org/struts/browse/SHALE-487
Project: Shale
Issue Type: Improvement
Affects Versions: 1.0.5-SNAPSHOT
Reporter: Greg Reddin
Assignee: Greg Reddin
Priority: Critical
The Master POM needs to be configured to prevent site-deployment. This requires
the following three things.
1) Lock plugins in master pom's <pluginManagement>
2) For release plugin in (1) have this:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<configuration>
<goals>deploy</goals>
</configuration>
</plugin>
3) Override release plugin (to permit default configuration including
site deploys) in parent pom's <pluginManagement>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.