Author: khmarbaise Date: Sun Dec 28 09:20:32 2014 New Revision: 1648161 URL: http://svn.apache.org/r1648161 Log: Let the parent do it's work.
Modified: maven/plugins/trunk/maven-war-plugin/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1648161&r1=1648160&r2=1648161&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun Dec 28 09:20:32 2014 @@ -223,12 +223,6 @@ under the License. </extraArtifacts> </configuration> </execution> - <execution> - <id>verify</id> - <goals> - <goal>verify</goal> - </goals> - </execution> </executions> </plugin> </plugins>