John Dennis Casey d0fd1579a9 [MNG-2068] Adding integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@380862 13f79535-47bb-0310-9956-ffa450edef68
2006-02-24 23:30:50 +00:00

30 lines
908 B
XML

<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.maven.it0097</groupId>
<version>1</version>
<artifactId>maven-it0097-project-level1</artifactId>
<packaging>pom</packaging>
<modules>
<module>project-level2</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.it0097</groupId>
<artifactId>maven-it0097-plugin</artifactId>
<version>1</version>
<executions>
<execution>
<id>it0097</id>
<phase>initialize</phase>
<goals>
<goal>it0097</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>