2005-03-29 16:36:47 -05:00
|
|
|
<project>
|
2004-04-12 16:14:19 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2004-05-25 16:08:28 -04:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>pom</packaging>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2005-04-04 02:04:29 -04:00
|
|
|
<name>Maven Plugins</name>
|
2004-04-12 16:14:19 -04:00
|
|
|
<description>Maven plugin parent</description>
|
2005-05-16 05:33:30 -04:00
|
|
|
<url>http://maven.apache.org/maven2/plugins/</url>
|
2004-04-15 10:44:19 -04:00
|
|
|
<issueManagement>
|
2004-04-16 10:27:08 -04:00
|
|
|
<system>jira</system>
|
2005-04-08 04:11:00 -04:00
|
|
|
<url>http://jira.codehaus.org/browse/MNG</url>
|
2004-04-15 11:17:40 -04:00
|
|
|
</issueManagement>
|
2005-06-09 22:33:05 -04:00
|
|
|
<ciManagement>
|
|
|
|
<system>continuum</system>
|
|
|
|
<notifiers>
|
|
|
|
<notifier>
|
|
|
|
<type>mail</type>
|
|
|
|
<address>dev@maven.apache.org</address>
|
|
|
|
</notifier>
|
|
|
|
</notifiers>
|
|
|
|
</ciManagement>
|
2004-04-12 16:14:19 -04:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>jvanzyl</id>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Jason van Zyl</name>
|
2004-04-12 16:14:19 -04:00
|
|
|
<email>jason@maven.org</email>
|
|
|
|
<organization>Maven</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Architect</role>
|
|
|
|
<role>Release Manager</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
2005-04-08 04:11:00 -04:00
|
|
|
<developer>
|
|
|
|
<id>brett</id>
|
|
|
|
<name>Brett Porter</name>
|
|
|
|
<email>brett@apache.org</email>
|
|
|
|
<organization>ASF</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
<role>PMC Member</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
</developer>
|
2004-04-20 10:06:57 -04:00
|
|
|
<developer>
|
|
|
|
<id>evenisse</id>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Emmanuel Venisse</name>
|
2004-04-20 10:06:57 -04:00
|
|
|
<email>evenisse@apache.org</email>
|
2005-04-17 08:35:15 -04:00
|
|
|
<organization>ASF</organization>
|
2004-04-20 10:06:57 -04:00
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
2004-04-12 16:14:19 -04:00
|
|
|
</developers>
|
2004-05-20 13:10:49 -04:00
|
|
|
<dependencies>
|
2005-05-12 13:01:17 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2004-05-20 13:10:49 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
</dependency>
|
2004-05-20 13:10:49 -04:00
|
|
|
</dependencies>
|
2005-03-09 20:35:25 -05:00
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
2005-07-13 17:57:57 -04:00
|
|
|
<id>central-plugins</id>
|
|
|
|
<name>Maven Central Plugins Repository</name>
|
2005-06-23 01:54:36 -04:00
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2/plugins</url>
|
2005-03-09 20:35:25 -05:00
|
|
|
</repository>
|
2005-05-12 02:51:55 -04:00
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2/plugins/</url>
|
|
|
|
</site>
|
2005-03-09 20:35:25 -05:00
|
|
|
</distributionManagement>
|
2005-07-13 17:57:57 -04:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>central-plugins</id>
|
|
|
|
<name>Maven Central Plugins Repository</name>
|
2005-07-14 10:51:41 -04:00
|
|
|
<url>http://repo1.maven.org/maven2/plugins</url>
|
2005-07-13 17:57:57 -04:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
2005-03-29 16:36:47 -05:00
|
|
|
<modules>
|
2005-05-12 12:42:06 -04:00
|
|
|
<module>maven-ant-plugin</module>
|
2005-06-06 20:37:01 -04:00
|
|
|
<module>maven-assembly-plugin</module>
|
2005-07-20 22:20:27 -04:00
|
|
|
<module>maven-checkstyle-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-clean-plugin</module>
|
2005-07-20 05:43:07 -04:00
|
|
|
<module>maven-clover-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-compiler-plugin</module>
|
|
|
|
<module>maven-deploy-plugin</module>
|
2005-06-20 18:35:26 -04:00
|
|
|
<module>maven-eclipse-plugin</module>
|
2005-07-04 10:12:10 -04:00
|
|
|
<module>maven-ear-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-ejb-plugin</module>
|
2005-03-31 23:44:33 -05:00
|
|
|
<module>maven-idea-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-install-plugin</module>
|
|
|
|
<module>maven-jar-plugin</module>
|
2005-07-20 22:20:27 -04:00
|
|
|
<module>maven-javadoc-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-plugin-plugin</module>
|
2005-07-20 22:20:27 -04:00
|
|
|
<module>maven-pmd-plugin</module>
|
2005-06-08 13:54:11 -04:00
|
|
|
<module>maven-projecthelp-plugin</module>
|
2005-07-20 22:20:27 -04:00
|
|
|
<module>maven-project-info-reports-plugin</module>
|
2005-05-17 16:03:56 -04:00
|
|
|
<module>maven-release-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-resources-plugin</module>
|
2005-04-12 17:41:25 -04:00
|
|
|
<module>maven-site-plugin</module>
|
2005-05-12 12:42:06 -04:00
|
|
|
<module>maven-source-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
<module>maven-surefire-plugin</module>
|
|
|
|
<module>maven-war-plugin</module>
|
2005-05-02 05:17:30 -04:00
|
|
|
<module>maven-verifier-plugin</module>
|
2005-03-29 16:36:47 -05:00
|
|
|
</modules>
|
2005-04-21 20:57:08 -04:00
|
|
|
<scm>
|
2005-05-12 03:22:40 -04:00
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</developerConnection>
|
2005-04-21 20:57:08 -04:00
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/components/maven-plugins/</url>
|
|
|
|
</scm>
|
2005-03-29 16:36:47 -05:00
|
|
|
</project>
|