blob: 029c7a9d4145d3d3064389a638e4602ef50f2199 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.it0060</groupId>
<artifactId>maven-it-it0060</artifactId>
<version>1.0</version>
</parent>
<artifactId>subproject</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testExcludes combine.children="append">
<testExclude implementation="java.lang.String">**/PersonThreeTest.java</testExclude>
</testExcludes>
</configuration>
</plugin>
</plugins>
</build>
</project>