Author: khmarbaise Date: Thu Jan 15 16:34:01 2015 New Revision: 1652167 URL: http://svn.apache.org/r1652167 Log: Removed executions block cause only the configuration for apache-rat-plugin is important, cause execution is already defined in parent
Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/pom.xml?rev=1652167&r1=1652166&r2=1652167&view=diff ============================================================================== --- maven/plugins/trunk/maven-stage-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-stage-plugin/pom.xml Thu Jan 15 16:34:01 2015 @@ -139,14 +139,6 @@ under the License. <exclude>src/test/target-repository/**/*</exclude> </excludes> </configuration> - <executions> - <execution> - <id>check-rat</id> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </pluginManagement>