blob: 149af3cf6a1998877374568c356c123bf6d3b8df [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng3704</groupId>
<artifactId>project</artifactId>
<name>Test Launcher Project</name>
<version>1</version>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3704</groupId>
<artifactId>maven-mng3704-plugin</artifactId>
<version>1</version>
<executions>
<execution>
<id>test</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>