maven/maven-core-it/it0097/project/pom.xml

30 lines
908 B
XML
Raw Normal View History

<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>