blob: c9fc72f5a7777ee194d4d0eec652465cf85b7d66 [file] [log] [blame]
<?xml version="1.0"?><project>
<parent>
<artifactId>parent</artifactId>
<groupId>org.apache.maven.its.mng3693</groupId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng3693</groupId>
<artifactId>dep</artifactId>
<version>1</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.mng3693</groupId>
<artifactId>mavenit-mng3693-plugin</artifactId>
<version>1</version>
<executions>
<execution>
<id>move-pom</id>
<phase>package</phase>
<goals>
<goal>move-pom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>