2006-10-26 01:00:09 -04:00
|
|
|
<project>
|
|
|
|
<parent>
|
2006-10-26 02:06:59 -04:00
|
|
|
<artifactId>core-integration-testing</artifactId>
|
2006-10-26 01:00:09 -04:00
|
|
|
<groupId>org.apache.maven.its</groupId>
|
2007-09-23 21:31:02 -04:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2006-10-26 01:00:09 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.apache.maven.its.plugins</groupId>
|
|
|
|
<artifactId>maven-it-plugins</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2007-09-23 23:00:46 -04:00
|
|
|
<name>Maven Integration Tests :: Plugins</name>
|
2006-10-26 01:00:09 -04:00
|
|
|
<modules>
|
2007-01-10 13:43:10 -05:00
|
|
|
<module>maven-it-plugin-configuration</module>
|
|
|
|
<module>maven-it-plugin-context-passing</module>
|
2006-10-26 01:00:09 -04:00
|
|
|
<module>maven-it-plugin-fork</module>
|
|
|
|
<module>maven-it-plugin-generate-envar-properties</module>
|
|
|
|
<module>maven-it-plugin-generate-properties</module>
|
|
|
|
<module>maven-it-plugin-loadable</module>
|
|
|
|
<module>maven-it-plugin-no-project</module>
|
|
|
|
<module>maven-it-plugin-packaging</module>
|
|
|
|
<module>maven-it-plugin-parameter-implementation</module>
|
2008-02-27 19:55:30 -05:00
|
|
|
<module>maven-it-plugin-project-interpolation</module>
|
2006-10-26 01:00:09 -04:00
|
|
|
<module>maven-it-plugin-setter</module>
|
2007-03-10 20:57:17 -05:00
|
|
|
<module>maven-it-plugin-touch</module>
|
2007-10-27 22:16:49 -04:00
|
|
|
<module>maven-it-plugin-uses-properties</module>
|
|
|
|
<module>maven-it-plugin-all</module>
|
2006-10-26 01:00:09 -04:00
|
|
|
</modules>
|
2007-10-29 11:01:26 -04:00
|
|
|
<scm>
|
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-testing-plugins</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-testing-plugins</developerConnection>
|
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk/core-integration-testing-plugins</url>
|
|
|
|
</scm>
|
2007-09-07 16:58:21 -04:00
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2006-10-26 01:00:09 -04:00
|
|
|
</project>
|