add names

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329969 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-01 04:19:00 +00:00
parent bcf4b938a4
commit 373492ddac
3 changed files with 5 additions and 12 deletions

View File

@ -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>

View File

@ -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>
</project>

View File

@ -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>
</project>