Author: jdcasey Date: Tue Mar 28 07:23:25 2006 New Revision: 389518 URL: http://svn.apache.org/viewcvs?rev=389518&view=rev Log: Fixing POMs after release plugin got done with them...
Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml maven/components/branches/maven-2.0.x/maven-plugin-tools/pom.xml maven/components/branches/maven-2.0.x/maven-reporting/pom.xml maven/components/branches/maven-2.0.x/maven-script/pom.xml maven/components/branches/maven-2.0.x/pom.xml Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core/pom.xml?rev=389518&r1=389517&r2=389518&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Tue Mar 28 07:23:25 2006 @@ -14,12 +14,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> - <descriptorRefs> - <descriptorRef>src</descriptorRef> - </descriptorRefs> - <descriptors> - <descriptor>src/assemble/bin.xml</descriptor> - </descriptors> + <descriptor>src/assemble/bin.xml</descriptor> <finalName>maven-${version}</finalName> </configuration> </plugin> Modified: maven/components/branches/maven-2.0.x/maven-plugin-tools/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-plugin-tools/pom.xml?rev=389518&r1=389517&r2=389518&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-plugin-tools/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-plugin-tools/pom.xml Tue Mar 28 07:23:25 2006 @@ -10,226 +10,6 @@ <packaging>pom</packaging> <name>Maven Plugin Tools Base POM</name> <version>2.0.4-SNAPSHOT</version> - <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description> - <url>http://maven.apache.org/maven-plugin-tools</url> - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/MNG</url> - </issueManagement> - <ciManagement> - <system>continuum</system> - <notifiers> - <notifier> - <configuration> - <address>notifications@maven.apache.org</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <inceptionYear>2001</inceptionYear> - <mailingLists> - <mailingList> - <name>Maven User List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>users@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive> - <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Maven Developer List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>dev@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Maven Commits List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>commits@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Apache Announce List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>announce@apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive> - </mailingList> - </mailingLists> - <developers> - <developer> - <id>jvanzyl</id> - <name>Jason van Zyl</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Chair</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>brett</id> - <name>Brett Porter</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+10</timezone> - </developer> - <developer> - <id>evenisse</id> - <name>Emmanuel Venisse</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>jdcasey</id> - <name>John Casey</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>kenney</id> - <name>Kenney Westerhof</name> - <email>[EMAIL PROTECTED]</email> - <organization>Neonics</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>trygvis</id> - <name>Trygve Laugstol</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vmassol</id> - <name>Vincent Massol</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vsiveton</id> - <name>Vincent Siveton</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>Committer</role> - </roles> - <timezone>-5</timezone> - </developer> - </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-plugin-tools</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-plugin-tools</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/maven/components/branches/maven-2.0.x/maven-plugin-tools</url> - </scm> - <organization> - <name>Apache Software Foundation</name> - <url>http://www.apache.org/</url> - </organization> - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - <outputDirectory>target/classes</outputDirectory> - <testOutputDirectory>target/test-classes</testOutputDirectory> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - <testResources> - <testResource> - <directory>src/test/resources</directory> - </testResource> - </testResources> - <directory>target</directory> - <finalName>${artifactId}-${version}</finalName> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> <modules> <module>maven-plugin-tools-api</module> <module>maven-plugin-tools-java</module> @@ -238,150 +18,4 @@ <module>maven-plugin-tools-model</module> <module>maven-plugin-tools-ant</module> </modules> - <repositories> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>snapshots</id> - <name>Maven Central Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>apache.snapshots</id> - <name>Apache Development Repository</name> - <url>http://cvs.apache.org/maven-snapshot-repository</url> - </repository> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Repository Switchboard</name> - <url>http://repo1.maven.org/maven2</url> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <releases> - <enabled>false</enabled> - </releases> - <id>snapshots</id> - <name>Maven Central Plugins Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </pluginRepository> - <pluginRepository> - <releases> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Plugin Repository</name> - <url>http://repo1.maven.org/maven2</url> - </pluginRepository> - </pluginRepositories> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - <reporting> - <outputDirectory>target/site</outputDirectory> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>http://java.sun.com/j2ee/1.4/docs/api</link> - <link>http://java.sun.com/j2se/1.5.0/docs/api</link> - <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link> - <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link> - <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link> - <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link> - <link>http://jakarta.apache.org/commons/logging/apidocs/</link> - <link>http://jakarta.apache.org/commons/pool/apidocs/</link> - <link>http://www.junit.org/junit/javadoc/</link> - <link>http://logging.apache.org/log4j/docs/api/</link> - <link>http://jakarta.apache.org/regexp/apidocs/</link> - <link>http://jakarta.apache.org/velocity/api/</link> - </links> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>1.0-alpha-9</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-provider-api</artifactId> - <version>1.0-alpha-6</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>1.0-alpha-7</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-6</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - <version>1.0-alpha-7</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - <version>1.0-alpha-6</version> - </dependency> - </dependencies> - </dependencyManagement> - <distributionManagement> - <repository> - <id>repo1</id> - <name>Maven Central Repository</name> - <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> - </repository> - <snapshotRepository> - <id>apache.snapshots</id> - <name>Apache Development Repository</name> - <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> - </snapshotRepository> - <site> - <id>website</id> - <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}/maven-plugin-tools</url> - </site> - </distributionManagement> </project> Modified: maven/components/branches/maven-2.0.x/maven-reporting/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-reporting/pom.xml?rev=389518&r1=389517&r2=389518&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-reporting/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-reporting/pom.xml Tue Mar 28 07:23:25 2006 @@ -10,374 +10,8 @@ <packaging>pom</packaging> <name>Maven Reporting</name> <version>2.0.4-SNAPSHOT</version> - <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description> - <url>http://maven.apache.org/maven-reporting</url> - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/MNG</url> - </issueManagement> - <ciManagement> - <system>continuum</system> - <notifiers> - <notifier> - <configuration> - <address>notifications@maven.apache.org</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <inceptionYear>2005</inceptionYear> - <mailingLists> - <mailingList> - <name>Maven User List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>users@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive> - <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Maven Developer List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>dev@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Maven Commits List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>commits@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Apache Announce List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>announce@apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive> - </mailingList> - </mailingLists> - <developers> - <developer> - <id>jvanzyl</id> - <name>Jason van Zyl</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Chair</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>brett</id> - <name>Brett Porter</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+10</timezone> - </developer> - <developer> - <id>evenisse</id> - <name>Emmanuel Venisse</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>jdcasey</id> - <name>John Casey</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>kenney</id> - <name>Kenney Westerhof</name> - <email>[EMAIL PROTECTED]</email> - <organization>Neonics</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>trygvis</id> - <name>Trygve Laugstol</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vmassol</id> - <name>Vincent Massol</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vsiveton</id> - <name>Vincent Siveton</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>Committer</role> - </roles> - <timezone>-5</timezone> - </developer> - </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-reporting</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-reporting</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/maven/components/branches/maven-2.0.x/maven-reporting</url> - </scm> - <organization> - <name>Apache Software Foundation</name> - <url>http://www.apache.org/</url> - </organization> - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - <outputDirectory>target/classes</outputDirectory> - <testOutputDirectory>target/test-classes</testOutputDirectory> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - <testResources> - <testResource> - <directory>src/test/resources</directory> - </testResource> - </testResources> - <directory>target</directory> - <finalName>${artifactId}-${version}</finalName> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> <modules> <module>maven-reporting-api</module> <module>maven-reporting-impl</module> </modules> - <repositories> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>snapshots</id> - <name>Maven Central Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>apache.snapshots</id> - <name>Apache Development Repository</name> - <url>http://cvs.apache.org/maven-snapshot-repository</url> - </repository> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Repository Switchboard</name> - <url>http://repo1.maven.org/maven2</url> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <releases> - <enabled>false</enabled> - </releases> - <id>snapshots</id> - <name>Maven Central Plugins Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </pluginRepository> - <pluginRepository> - <releases> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Plugin Repository</name> - <url>http://repo1.maven.org/maven2</url> - </pluginRepository> - </pluginRepositories> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - <reporting> - <outputDirectory>target/site</outputDirectory> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>http://java.sun.com/j2ee/1.4/docs/api</link> - <link>http://java.sun.com/j2se/1.5.0/docs/api</link> - <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link> - <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link> - <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link> - <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link> - <link>http://jakarta.apache.org/commons/logging/apidocs/</link> - <link>http://jakarta.apache.org/commons/pool/apidocs/</link> - <link>http://www.junit.org/junit/javadoc/</link> - <link>http://logging.apache.org/log4j/docs/api/</link> - <link>http://jakarta.apache.org/regexp/apidocs/</link> - <link>http://jakarta.apache.org/velocity/api/</link> - </links> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>1.0-alpha-9</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-provider-api</artifactId> - <version>1.0-alpha-6</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>1.0-alpha-7</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-6</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - <version>1.0-alpha-7</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - <version>1.0-alpha-6</version> - </dependency> - </dependencies> - </dependencyManagement> - <distributionManagement> - <repository> - <id>repo1</id> - <name>Maven Central Repository</name> - <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> - </repository> - <snapshotRepository> - <id>apache.snapshots</id> - <name>Apache Development Repository</name> - <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> - </snapshotRepository> - <site> - <id>website</id> - <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}/maven-reporting</url> - </site> - </distributionManagement> </project> Modified: maven/components/branches/maven-2.0.x/maven-script/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-script/pom.xml?rev=389518&r1=389517&r2=389518&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-script/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-script/pom.xml Tue Mar 28 07:23:25 2006 @@ -10,374 +10,8 @@ <packaging>pom</packaging> <name>Maven Script Support Root</name> <version>2.0.4-SNAPSHOT</version> - <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description> - <url>http://maven.apache.org/maven-script</url> - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/MNG</url> - </issueManagement> - <ciManagement> - <system>continuum</system> - <notifiers> - <notifier> - <configuration> - <address>notifications@maven.apache.org</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <inceptionYear>2001</inceptionYear> - <mailingLists> - <mailingList> - <name>Maven User List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>users@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive> - <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Maven Developer List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>dev@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Maven Commits List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>commits@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Apache Announce List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>announce@apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive> - </mailingList> - </mailingLists> - <developers> - <developer> - <id>jvanzyl</id> - <name>Jason van Zyl</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Chair</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>brett</id> - <name>Brett Porter</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+10</timezone> - </developer> - <developer> - <id>evenisse</id> - <name>Emmanuel Venisse</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>jdcasey</id> - <name>John Casey</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>kenney</id> - <name>Kenney Westerhof</name> - <email>[EMAIL PROTECTED]</email> - <organization>Neonics</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>trygvis</id> - <name>Trygve Laugstol</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vmassol</id> - <name>Vincent Massol</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vsiveton</id> - <name>Vincent Siveton</name> - <email>[EMAIL PROTECTED]</email> - <organization>ASF</organization> - <roles> - <role>Committer</role> - </roles> - <timezone>-5</timezone> - </developer> - </developers> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-script</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-script</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/maven/components/branches/maven-2.0.x/maven-script</url> - </scm> - <organization> - <name>Apache Software Foundation</name> - <url>http://www.apache.org/</url> - </organization> - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - <outputDirectory>target/classes</outputDirectory> - <testOutputDirectory>target/test-classes</testOutputDirectory> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - <testResources> - <testResource> - <directory>src/test/resources</directory> - </testResource> - </testResources> - <directory>target</directory> - <finalName>${artifactId}-${version}</finalName> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> <modules> <module>maven-script-ant</module> <module>maven-script-beanshell</module> </modules> - <repositories> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>snapshots</id> - <name>Maven Central Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>apache.snapshots</id> - <name>Apache Development Repository</name> - <url>http://cvs.apache.org/maven-snapshot-repository</url> - </repository> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Repository Switchboard</name> - <url>http://repo1.maven.org/maven2</url> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <releases> - <enabled>false</enabled> - </releases> - <id>snapshots</id> - <name>Maven Central Plugins Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </pluginRepository> - <pluginRepository> - <releases> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Plugin Repository</name> - <url>http://repo1.maven.org/maven2</url> - </pluginRepository> - </pluginRepositories> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - <reporting> - <outputDirectory>target/site</outputDirectory> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>http://java.sun.com/j2ee/1.4/docs/api</link> - <link>http://java.sun.com/j2se/1.5.0/docs/api</link> - <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link> - <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link> - <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link> - <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link> - <link>http://jakarta.apache.org/commons/logging/apidocs/</link> - <link>http://jakarta.apache.org/commons/pool/apidocs/</link> - <link>http://www.junit.org/junit/javadoc/</link> - <link>http://logging.apache.org/log4j/docs/api/</link> - <link>http://jakarta.apache.org/regexp/apidocs/</link> - <link>http://jakarta.apache.org/velocity/api/</link> - </links> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>1.0-alpha-9</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-provider-api</artifactId> - <version>1.0-alpha-6</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>1.0-alpha-7</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-6</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - <version>1.0-alpha-7</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - <version>1.0-alpha-6</version> - </dependency> - </dependencies> - </dependencyManagement> - <distributionManagement> - <repository> - <id>repo1</id> - <name>Maven Central Repository</name> - <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> - </repository> - <snapshotRepository> - <id>apache.snapshots</id> - <name>Apache Development Repository</name> - <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> - </snapshotRepository> - <site> - <id>website</id> - <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}/maven-script</url> - </site> - </distributionManagement> </project> Modified: maven/components/branches/maven-2.0.x/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/pom.xml?rev=389518&r1=389517&r2=389518&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/pom.xml (original) +++ maven/components/branches/maven-2.0.x/pom.xml Tue Mar 28 07:23:25 2006 @@ -155,23 +155,6 @@ <url>http://www.apache.org/</url> </organization> <build> - <sourceDirectory>src/main/java</sourceDirectory> - <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - <outputDirectory>target/classes</outputDirectory> - <testOutputDirectory>target/test-classes</testOutputDirectory> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - <testResources> - <testResource> - <directory>src/test/resources</directory> - </testResource> - </testResources> - <directory>target</directory> - <finalName>${artifactId}-${version}</finalName> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> @@ -183,49 +166,6 @@ </plugin> </plugins> <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> @@ -290,14 +230,6 @@ <releases> <enabled>false</enabled> </releases> - <id>snapshots</id> - <name>Maven Central Development Repository</name> - <url>http://snapshots.maven.codehaus.org/maven2</url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> <id>apache.snapshots</id> <name>Apache Development Repository</name> <url>http://cvs.apache.org/maven-snapshot-repository</url> @@ -320,17 +252,6 @@ <name>Maven Central Plugins Development Repository</name> <url>http://snapshots.maven.codehaus.org/maven2</url> </pluginRepository> - <pluginRepository> - <releases> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>central</id> - <name>Maven Plugin Repository</name> - <url>http://repo1.maven.org/maven2</url> - </pluginRepository> </pluginRepositories> <dependencies> <dependency> @@ -341,7 +262,6 @@ </dependency> </dependencies> <reporting> - <outputDirectory>target/site</outputDirectory> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId>