[
https://issues.apache.org/struts/browse/SHALE-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43650#action_43650
]
Greg Reddin commented on SHALE-487:
-----------------------------------
Is it really important to specify the version of *all* these plugins or would
it be sufficient to only specify a version for one if we find it necessary?
> 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.