Author: dennisl
Date: Fri Jul 28 16:43:51 2006
New Revision: 426709
URL: http://svn.apache.org/viewvc?rev=426709&view=rev
Log:
o Add license and mailingLists.
o Remove scm.
Modified:
maven/plugins/trunk/maven-changes-plugin/pom.xml
Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=426709&r1=426708&r2=426709&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Fri Jul 28 16:43:51 2006
@@ -1,3 +1,19 @@
+<!--
+ ~ Copyright 2001-2006 The Apache Software Foundation.
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
<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">
<parent>
@@ -13,11 +29,60 @@
<prerequisites>
<maven>2.0</maven>
</prerequisites>
- <!-- Not inherited correctly -->
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/MCHANGES</url>
</issueManagement>
+ <mailingLists>
+ <!-- duplication from maven-plugins pom - temporary until they inherit
properly -->
+ <mailingList>
+ <name>Maven User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-users/</archive>
+ <otherArchives>
+
<otherArchive>http://www.mail-archive.com/[email protected]/</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>[email protected]</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>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/maven-commits/</archive>
+ </mailingList>
+ <!-- duplication from maven-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>
+ </mailingList>
+ <mailingList>
+ <name>Maven Issues List</name>
+ <post>[email protected]</post>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Maven Notifications List</name>
+ <post>[email protected]</post>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
+ </mailingList>
+ </mailingLists>
<developers>
<developer>
<id>jruiz</id>
@@ -35,14 +100,6 @@
<email>[EMAIL PROTECTED]</email>
</developer>
</developers>
- <!-- Not inherited correctly because the plugin is in the sandbox -->
- <scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changes-plugin/</connection>
- <developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changes-plugin/
- </developerConnection>
-
<url>http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-changes-plugin/</url>
- </scm>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>