2005-06-07 23:27:43 -04:00
|
|
|
<model>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-it0022</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-06-09 11:53:31 -04:00
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
2006-05-29 03:07:08 -04:00
|
|
|
<version>1.0</version>
|
2005-06-07 23:27:43 -04:00
|
|
|
<configuration>
|
2005-06-09 11:53:31 -04:00
|
|
|
<pluginItem>${test}</pluginItem>
|
2005-06-07 23:27:43 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2005-06-09 11:53:31 -04:00
|
|
|
<!-- plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-projecthelp-plugin</artifactId>
|
|
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
|
|
|
</plugin -->
|
2005-06-07 23:27:43 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-06-09 11:53:31 -04:00
|
|
|
</model>
|