Author: vsiveton Date: Mon Feb 18 05:25:20 2008 New Revision: 628720 URL: http://svn.apache.org/viewvc?rev=628720&view=rev Log: o added more ML and ML archives
Modified: maven/components/trunk/pom.xml Modified: maven/components/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=628720&r1=628719&r2=628720&view=diff ============================================================================== --- maven/components/trunk/pom.xml (original) +++ maven/components/trunk/pom.xml Mon Feb 18 05:25:20 2008 @@ -19,22 +19,26 @@ --> <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"> <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> <version>5</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> + <artifactId>maven</artifactId> + <version>2.1-SNAPSHOT</version> <packaging>pom</packaging> + <name>Apache Maven</name> - <version>2.1-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/</url> <inceptionYear>2001</inceptionYear> + <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/MNG</url> @@ -42,6 +46,18 @@ <mailingLists> <mailingList> + <name>Maven Developer List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <post>[EMAIL PROTECTED]</post> + <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]/</otherArchive> + <otherArchive>http://www.nabble.com/Maven-Developers-f179.html</otherArchive> + <otherArchive>http://maven.dev.markmail.org/</otherArchive> + </otherArchives> + </mailingList> + <mailingList> <name>Maven User List</name> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> @@ -50,28 +66,64 @@ <otherArchives> <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]/</otherArchive> <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> + <otherArchive>http://maven.users.markmail.org/</otherArchive> </otherArchives> </mailingList> <mailingList> - <name>Maven Developer List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>[EMAIL PROTECTED]</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> + <name>Maven Issues List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]</otherArchive> + <otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive> + <otherArchive>http://maven.issues.markmail.org/</otherArchive> + </otherArchives> </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> + <otherArchives> + <otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive> + <otherArchive>http://www.nabble.com/Maven---Commits-f15575.html</otherArchive> + <otherArchive>http://maven.commits.markmail.org/</otherArchive> + </otherArchives> + </mailingList> + + <!-- duplication from parent pom - temporary until they inherit properly --> + <mailingList> + <name>Maven Announcements List</name> + <post>[EMAIL PROTECTED]</post> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]</otherArchive> + <otherArchive>http://www.nabble.com/Maven-Announcements-f15617.html</otherArchive> + <otherArchive>http://maven.announce.markmail.org/</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Maven Notifications List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]</otherArchive> + <otherArchive>http://www.nabble.com/Maven---Notifications-f15574.html</otherArchive> + <otherArchive>http://maven.notifications.markmail.org/</otherArchive> + </otherArchives> </mailingList> </mailingLists> + <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url> </scm> + <build> <pluginManagement> <plugins> @@ -147,6 +199,7 @@ </plugin> </plugins> </build> + <modules> <module>maven-core</module> <module>maven-lifecycle</module> @@ -157,10 +210,12 @@ <module>maven-reporting-api</module> <module>maven-embedder</module> </modules> + <properties> <plexusVersion>1.0-alpha-44</plexusVersion> <wagonVersion>1.0-beta-2</wagonVersion> </properties> + <dependencies> <dependency> <groupId>junit</groupId> @@ -169,6 +224,7 @@ <scope>test</scope> </dependency> </dependencies> + <dependencyManagement> <dependencies> <dependency> @@ -235,12 +291,14 @@ </dependency> </dependencies> </dependencyManagement> + <distributionManagement> <site> <id>apache.website</id> <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url> </site> </distributionManagement> + <profiles> <profile> <id>osgi</id>