Author: vsiveton
Date: Thu Jan 10 15:04:36 2008
New Revision: 610977

URL: http://svn.apache.org/viewvc?rev=610977&view=rev
Log:
o fixed license header
o removed mailing list

Modified:
    
maven/plugins/trunk/maven-assembly-plugin/maven-assembly-artifact-types/pom.xml

Modified: 
maven/plugins/trunk/maven-assembly-plugin/maven-assembly-artifact-types/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/maven-assembly-artifact-types/pom.xml?rev=610977&r1=610976&r2=610977&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-assembly-plugin/maven-assembly-artifact-types/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-assembly-plugin/maven-assembly-artifact-types/pom.xml 
Thu Jan 10 15:04:36 2008
@@ -1,16 +1,39 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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";>
+  <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>8</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
   <artifactId>maven-assembly-artifact-types</artifactId>
-  <name>Maven Assembly Plugin Artifact Handlers</name>
   <version>2.2-beta-2-SNAPSHOT</version>
+  <name>Maven Assembly Plugin Artifact Handlers</name>
+
   <prerequisites>
     <maven>2.0.4</maven>
   </prerequisites>
+
   <repositories>
     <repository>
       <id>codehaus.org</id>
@@ -30,60 +53,7 @@
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MASSEMBLY</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>commits@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</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>
-  
-  
+
   <distributionManagement>
     <snapshotRepository>
       <id>apache.snapshots</id>


Reply via email to