blob: 0051d3fd8ef9652235074927fc1b9625ea13238d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.mng3057</groupId>
<artifactId>level2</artifactId>
<version>${testVersion}</version>
</parent>
<artifactId>level3</artifactId>
<version>${testVersion}</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-artifact</artifactId>
<version>2.1-SNAPSHOT</version>
<executions>
<execution>
<id>package</id>
<phase>initialize</phase>
<goals>
<goal>set</goal>
<goal>attach-pom</goal>
</goals>
<configuration>
<mainFile>artifact.jar</mainFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>