Author: brett
Date: Mon Oct 31 20:19:00 2005
New Revision: 329969

URL: http://svn.apache.org/viewcvs?rev=329969&view=rev
Log:
add names

Modified:
    maven/components/trunk/maven-artifact-ant/pom.xml
    maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml
    maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml

Modified: maven/components/trunk/maven-artifact-ant/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/pom.xml?rev=329969&r1=329968&r2=329969&view=diff
==============================================================================
--- maven/components/trunk/maven-artifact-ant/pom.xml (original)
+++ maven/components/trunk/maven-artifact-ant/pom.xml Mon Oct 31 20:19:00 2005
@@ -7,6 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-artifact-ant</artifactId>
   <version>2.0.1-SNAPSHOT</version>
+  <name>Maven Tasks for Ant</name>
   <build>
     <plugins>
       <plugin>

Modified: maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml?rev=329969&r1=329968&r2=329969&view=diff
==============================================================================
--- maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml 
(original)
+++ maven/components/trunk/maven-reporting/maven-reporting-api/pom.xml Mon Oct 
31 20:19:00 2005
@@ -7,6 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-api</artifactId>
   <version>2.0.1-SNAPSHOT</version>
+  <name>Maven Reporting API</name>
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -23,16 +24,6 @@
       <groupId>org.codehaus.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
       <version>1.0-alpha-6-SNAPSHOT</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-container-default</artifactId>
-          <groupId>plexus</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>plexus-utils</artifactId>
-          <groupId>plexus</groupId>
-        </exclusion>
-      </exclusions>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml?rev=329969&r1=329968&r2=329969&view=diff
==============================================================================
--- maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml 
(original)
+++ maven/components/trunk/maven-reporting/maven-reporting-impl/pom.xml Mon Oct 
31 20:19:00 2005
@@ -7,6 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-impl</artifactId>
   <version>2.0.1-SNAPSHOT</version>
+  <name>Maven Reporting</name>
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -70,4 +71,4 @@
       </exclusions>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>


Reply via email to