2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2005-02-03 20:54:15 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-03 20:54:15 +00:00
|
|
|
<artifactId>maven-core-it0012</artifactId>
|
2005-11-01 11:10:26 +00:00
|
|
|
<packaging>pom</packaging>
|
2005-02-03 20:54:15 +00:00
|
|
|
<version>3.8.1</version>
|
2005-09-05 14:12:07 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
2006-05-29 07:07:08 +00:00
|
|
|
<version>1.0</version>
|
2005-09-05 14:12:07 +00:00
|
|
|
<configuration>
|
|
|
|
<pluginFile>touch-${version}.txt</pluginFile>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<modules>
|
|
|
|
<module>child-project</module>
|
|
|
|
</modules>
|
2005-03-23 06:52:55 +00:00
|
|
|
</model>
|