blob: cbf8480d80f31953285bb9ca59a551379714d2c6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng3740</groupId>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<version>2</version>
<modules>
<module>maven-mng3740-plugin</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3740</groupId>
<artifactId>maven-mng3740-plugin</artifactId>
<version>1</version>
<executions>
<execution>
<id>test</id>
<phase>install</phase>
<goals>
<goal>touch</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>