Updated Branches:
  refs/heads/master 405a8d670 -> c45c7b12c

remove redudant content


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5ba5bac4
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5ba5bac4
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/5ba5bac4

Branch: refs/heads/master
Commit: 5ba5bac4dca442415df8438e9b00a6309e513e57
Parents: 405a8d6
Author: olivier lamy <ol...@apache.org>
Authored: Tue Dec 11 23:04:09 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Dec 11 23:15:13 2012 +0100

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml |   74 ------------------------------------
 maven-surefire-plugin/pom.xml |   74 ------------------------------------
 2 files changed, 0 insertions(+), 148 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5ba5bac4/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index b69a177..1933e0e 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -35,80 +35,6 @@
 
   <name>Maven Failsafe Plugin</name>
 
-  <mailingLists>
-    <!-- duplication from maven-plugins pom - temporary until they inherit 
properly -->
-    <mailingList>
-      <name>Maven User List</name>
-      <subscribe>users-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>users-unsubscr...@maven.apache.org</unsubscribe>
-      <post>us...@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://old.nabble.com/Maven---Users-f178.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.users</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Developer List</name>
-      <subscribe>dev-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>dev-unsubscr...@maven.apache.org</unsubscribe>
-      <post>d...@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven-Developers-f179.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.dev</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Commits List</name>
-      <subscribe>commits-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>commits-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-commits</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Commits-f15575.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.commits</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <!-- duplication from maven-parent pom - temporary until they inherit 
properly -->
-    <mailingList>
-      <name>Maven Announcements List</name>
-      <post>annou...@maven.apache.org</post>
-      <subscribe>announce-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>announce-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.announce</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Issues List</name>
-      <subscribe>issues-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>issues-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Issues-f15573.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.issues</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Notifications List</name>
-      <subscribe>notifications-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>notifications-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.notifications</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5ba5bac4/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 1208d39..5abeb40 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -35,80 +35,6 @@
 
   <name>Maven Surefire Plugin</name>
 
-  <mailingLists>
-    <!-- duplication from maven-plugins pom - temporary until they inherit 
properly -->
-    <mailingList>
-      <name>Maven User List</name>
-      <subscribe>users-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>users-unsubscr...@maven.apache.org</unsubscribe>
-      <post>us...@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://old.nabble.com/Maven---Users-f178.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.users</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Developer List</name>
-      <subscribe>dev-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>dev-unsubscr...@maven.apache.org</unsubscribe>
-      <post>d...@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven-Developers-f179.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.dev</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Commits List</name>
-      <subscribe>commits-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>commits-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-commits</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Commits-f15575.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.commits</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <!-- duplication from maven-parent pom - temporary until they inherit 
properly -->
-    <mailingList>
-      <name>Maven Announcements List</name>
-      <post>annou...@maven.apache.org</post>
-      <subscribe>announce-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>announce-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.announce</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Issues List</name>
-      <subscribe>issues-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>issues-unsubscr...@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Issues-f15573.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.issues</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Notifications List</name>
-      <subscribe>notifications-subscr...@maven.apache.org</subscribe>
-      <unsubscribe>notifications-unsubscr...@maven.apache.org</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
-      <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
-        
<otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.apache.maven.notifications</otherArchive>
-      </otherArchives>
-    </mailingList>
-  </mailingLists>
-
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>

Reply via email to