blob: ffc575bbcbcf4ce51cea3d5edb6117c2faccee9c [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.archiva</groupId>
<artifactId>sample-parent</artifactId>
<packaging>pom</packaging>
<version>2.1-SNAPSHOT</version>
<name>sample-parent Build 2</name>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<properties>
<build-helper-maven-plugin.version>1.0</build-helper-maven-plugin.version>
</properties>
</project>