2005-07-11 18:08:58 -04:00
|
|
|
<model>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-it0031</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
2006-05-29 03:07:08 -04:00
|
|
|
<version>1.0</version>
|
2005-07-11 18:08:58 -04:00
|
|
|
<configuration>
|
|
|
|
<pluginItem>${test}</pluginItem>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</model>
|