mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
f3b2f5a419
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225662 13f79535-47bb-0310-9956-ffa450edef68
32 lines
935 B
XML
32 lines
935 B
XML
<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>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<configuration>
|
|
<pluginItem>${test}</pluginItem>
|
|
</configuration>
|
|
</plugin>
|
|
<!-- plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-projecthelp-plugin</artifactId>
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
|
</plugin -->
|
|
</plugins>
|
|
</build>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>snapshots</id>
|
|
<name>Maven Central Plugins Development Repository</name>
|
|
<url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</model>
|