mirror of https://github.com/apache/maven.git
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:
parent
bcf4b938a4
commit
373492ddac
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue