2005-07-21 13:58:42 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2004-04-12 20:14:19 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2004-05-25 20:08:28 +00:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>pom</packaging>
|
2005-09-16 07:25:55 +00:00
|
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
2005-04-04 06:04:29 +00:00
|
|
|
<name>Maven Plugins</name>
|
2004-04-12 20:14:19 +00:00
|
|
|
<description>Maven plugin parent</description>
|
2005-05-16 09:33:30 +00:00
|
|
|
<url>http://maven.apache.org/maven2/plugins/</url>
|
2004-04-15 14:44:19 +00:00
|
|
|
<issueManagement>
|
2004-04-16 14:27:08 +00:00
|
|
|
<system>jira</system>
|
2005-04-08 08:11:00 +00:00
|
|
|
<url>http://jira.codehaus.org/browse/MNG</url>
|
2004-04-15 15:17:40 +00:00
|
|
|
</issueManagement>
|
2005-06-10 02:33:05 +00:00
|
|
|
<ciManagement>
|
|
|
|
<system>continuum</system>
|
|
|
|
<notifiers>
|
|
|
|
<notifier>
|
|
|
|
<type>mail</type>
|
2005-09-08 07:26:56 +00:00
|
|
|
<configuration>
|
|
|
|
<address>dev@maven.apache.org</address>
|
|
|
|
</configuration>
|
2005-06-10 02:33:05 +00:00
|
|
|
</notifier>
|
|
|
|
</notifiers>
|
|
|
|
</ciManagement>
|
2004-04-12 20:14:19 +00:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>jvanzyl</id>
|
2005-03-10 01:35:25 +00:00
|
|
|
<name>Jason van Zyl</name>
|
2004-04-12 20:14:19 +00:00
|
|
|
<email>jason@maven.org</email>
|
|
|
|
<organization>Maven</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Architect</role>
|
|
|
|
<role>Release Manager</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
2005-04-08 08:11:00 +00: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 14:06:57 +00:00
|
|
|
<developer>
|
|
|
|
<id>evenisse</id>
|
2005-03-10 01:35:25 +00:00
|
|
|
<name>Emmanuel Venisse</name>
|
2004-04-20 14:06:57 +00:00
|
|
|
<email>evenisse@apache.org</email>
|
2005-04-17 12:35:15 +00:00
|
|
|
<organization>ASF</organization>
|
2004-04-20 14:06:57 +00:00
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
2005-08-10 13:38:21 +00:00
|
|
|
<developer>
|
|
|
|
<id>kenney</id>
|
|
|
|
<name>Kenney Westerhof</name>
|
|
|
|
<email>kenney@apache.org</email>
|
|
|
|
<organization>Neonics</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
2005-09-07 19:30:51 +00:00
|
|
|
<developer>
|
|
|
|
<id>snicoll</id>
|
|
|
|
<name>Stephane Nicoll</name>
|
|
|
|
<email>snicoll@apache.org</email>
|
|
|
|
<organization>ASF</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+1</timezone>
|
|
|
|
</developer>
|
2004-04-12 20:14:19 +00:00
|
|
|
</developers>
|
2004-05-20 17:10:49 +00:00
|
|
|
<dependencies>
|
2005-05-12 17:01:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2004-05-20 17:10:49 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 05:11:49 +00:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-09-16 07:25:55 +00:00
|
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
</dependency>
|
2004-05-20 17:10:49 +00:00
|
|
|
</dependencies>
|
2005-03-10 01:35:25 +00:00
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
<distributionManagement>
|
2005-07-25 09:51:12 +00:00
|
|
|
<snapshotRepository>
|
2005-09-15 08:42:04 +00:00
|
|
|
<id>snapshots</id>
|
2005-07-25 09:51:12 +00:00
|
|
|
<name>Maven Central Plugins Development Repository</name>
|
2005-09-15 08:42:04 +00:00
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
|
2005-07-25 09:51:12 +00:00
|
|
|
</snapshotRepository>
|
2005-03-10 01:35:25 +00:00
|
|
|
<repository>
|
2005-09-15 08:42:04 +00:00
|
|
|
<id>repo1</id>
|
2005-07-13 21:57:57 +00:00
|
|
|
<name>Maven Central Plugins Repository</name>
|
2005-09-15 08:42:04 +00:00
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
2005-03-10 01:35:25 +00:00
|
|
|
</repository>
|
2005-05-12 06:51:55 +00:00
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2/plugins/</url>
|
|
|
|
</site>
|
2005-03-10 01:35:25 +00:00
|
|
|
</distributionManagement>
|
2005-07-13 21:57:57 +00:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
2005-07-25 09:51:12 +00:00
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Maven Central Development Repository</name>
|
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
2005-08-01 12:35:27 +00:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-07-13 21:57:57 +00:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
2005-07-25 09:51:12 +00:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Maven Central Plugins Development Repository</name>
|
2005-09-15 08:42:04 +00:00
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
2005-08-01 12:35:27 +00:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-07-25 09:51:12 +00:00
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2005-08-02 21:34:54 +00:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2005-08-10 13:38:21 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
2005-09-16 07:25:55 +00:00
|
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
2005-08-10 13:38:21 +00:00
|
|
|
</dependency>
|
2005-08-02 21:34:54 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-09-14 04:08:29 +00:00
|
|
|
<version>1.0-alpha-6</version>
|
2005-08-02 21:34:54 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-09-14 04:08:29 +00:00
|
|
|
<version>1.0.2</version>
|
2005-09-13 11:41:52 +00:00
|
|
|
</dependency>
|
2005-08-02 21:34:54 +00:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2005-03-29 21:36:47 +00:00
|
|
|
<modules>
|
2005-05-12 16:42:06 +00:00
|
|
|
<module>maven-ant-plugin</module>
|
2005-08-10 13:38:21 +00:00
|
|
|
<module>maven-antrun-plugin</module>
|
2005-06-07 00:37:01 +00:00
|
|
|
<module>maven-assembly-plugin</module>
|
2005-07-21 02:20:27 +00:00
|
|
|
<module>maven-checkstyle-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-clean-plugin</module>
|
2005-09-19 19:11:42 +00:00
|
|
|
<module>maven-clover-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-compiler-plugin</module>
|
|
|
|
<module>maven-deploy-plugin</module>
|
2005-06-20 22:35:26 +00:00
|
|
|
<module>maven-eclipse-plugin</module>
|
2005-07-04 14:12:10 +00:00
|
|
|
<module>maven-ear-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-ejb-plugin</module>
|
2005-04-01 04:44:33 +00:00
|
|
|
<module>maven-idea-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-install-plugin</module>
|
|
|
|
<module>maven-jar-plugin</module>
|
2005-07-21 02:20:27 +00:00
|
|
|
<module>maven-javadoc-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-plugin-plugin</module>
|
2005-07-21 02:20:27 +00:00
|
|
|
<module>maven-pmd-plugin</module>
|
2005-06-08 17:54:11 +00:00
|
|
|
<module>maven-projecthelp-plugin</module>
|
2005-07-21 02:20:27 +00:00
|
|
|
<module>maven-project-info-reports-plugin</module>
|
2005-09-25 08:32:41 +00:00
|
|
|
<module>maven-rar-plugin</module>
|
2005-05-17 20:03:56 +00:00
|
|
|
<module>maven-release-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-resources-plugin</module>
|
2005-04-12 21:41:25 +00:00
|
|
|
<module>maven-site-plugin</module>
|
2005-05-12 16:42:06 +00:00
|
|
|
<module>maven-source-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
<module>maven-surefire-plugin</module>
|
|
|
|
<module>maven-war-plugin</module>
|
2005-05-02 09:17:30 +00:00
|
|
|
<module>maven-verifier-plugin</module>
|
2005-03-29 21:36:47 +00:00
|
|
|
</modules>
|
2005-04-22 00:57:08 +00:00
|
|
|
<scm>
|
2005-05-12 07:22:40 +00: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-09-15 08:42:04 +00:00
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url>
|
2005-04-22 00:57:08 +00:00
|
|
|
</scm>
|
2005-09-16 07:55:59 +00:00
|
|
|
<!-- Omitted as it causes a cycle unnecessarily in beta-1
|
2005-09-16 06:47:46 +00:00
|
|
|
<build>
|
2005-09-16 07:55:59 +00:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2005-09-16 06:47:46 +00:00
|
|
|
</build>
|
2005-09-16 07:25:55 +00:00
|
|
|
-->
|
2005-03-29 21:36:47 +00:00
|
|
|
</project>
|