blob: 256e957338ccefc75329446f13e408faca60fb75 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.mng3693</groupId>
<artifactId>parent</artifactId>
<version>1</version>
</parent>
<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>
<goals>
<goal>move-pom</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>