mirror of https://github.com/apache/archiva.git
add discovery module
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@349581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b1232d671
commit
41c7634b39
6
pom.xml
6
pom.xml
|
@ -99,6 +99,7 @@
|
|||
</pluginManagement>
|
||||
</build>
|
||||
<modules>
|
||||
<module>maven-repository-discovery</module>
|
||||
</modules>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
@ -140,6 +141,11 @@
|
|||
<artifactId>plexus-utils</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-artifact</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-provider-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue