blob: fde24d1682882967d7c8a05569d98fb6f60c53c3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng3703</groupId>
<artifactId>project</artifactId>
<name>project</name>
<version>1</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3703</groupId>
<artifactId>mavenit-mng3703-plugin</artifactId>
<version>1</version>
<executions>
<execution>
<id>test</id>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3703</groupId>
<artifactId>mavenit-mng3703-plugin</artifactId>
<version>1</version>
<reportSets>
<reportSet>
<id>test-report</id>
<reports>
<report>check-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>