Author: gboue Date: Sun Feb 12 17:17:44 2017 New Revision: 1782683 URL: http://svn.apache.org/viewvc?rev=1782683&view=rev Log: Fixing overlay-keeps-contextxml IT by pointing to the correct parent POM.
Modified: maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/pom.xml Modified: maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/pom.xml?rev=1782683&r1=1782682&r2=1782683&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/pom.xml (original) +++ maven/plugins/trunk/maven-war-plugin/src/it/overlay-keeps-contextxml/war2-result/pom.xml Sun Feb 12 17:17:44 2017 @@ -22,7 +22,7 @@ under the License. <modelVersion>4.0.0</modelVersion> <parent> <groupId>debug.war</groupId> - <artifactId>overlay-excludes</artifactId> + <artifactId>overlay-keeps-contextxml</artifactId> <version>1.0-SNAPSHOT</version> </parent> <artifactId>war2-result</artifactId>