blob: f5af941e8f50f678e725176548e7a155f7a6ebe3 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0023</name>
<groupId>org.apache.maven.its.it0023</groupId>
<artifactId>maven-it-it0023</artifactId>
<description>Test profile inclusion from settings.xml (this one is activated by an id in the activeProfiles section).</description>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-touch</artifactId>
<version>2.1-SNAPSHOT</version>
<configuration>
<pluginItem>${test}</pluginItem>
</configuration>
</plugin>
</plugins>
</build>
<!--remove when the IT plugins are actually released-->
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</project>