aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-01-09 04:56:15 +0000
committerBrett Porter <brett@apache.org>2006-01-09 04:56:15 +0000
commitea01c5f5a4e91058df1cb0b594a2e58d7d4e45e2 (patch)
tree4e87df99d0d673c5aa44d91950a276f7a4fd364f /pom.xml
parentd56ac4730c828af893b72ccae4b4fc6b46c4056b (diff)
downloadarchiva-ea01c5f5a4e91058df1cb0b594a2e58d7d4e45e2.tar.gz
archiva-ea01c5f5a4e91058df1cb0b594a2e58d7d4e45e2.zip
[MRM-46] Add a very basic CLI interface for some quick tests. These will likely be removed at some point for something that just executes the webwork actions
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@367199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f6da4712a..d0013d694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,7 @@
</pluginManagement>
</build>
<modules>
+ <module>maven-repository-application</module>
<module>maven-repository-discovery</module>
<module>maven-repository-reports-standard</module>
<module>maven-repository-indexer</module>
@@ -223,6 +224,11 @@
</dependency>
<dependency>
<groupId>org.apache.maven.repository</groupId>
+ <artifactId>maven-repository-indexer</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.repository</groupId>
<artifactId>maven-repository-utils</artifactId>
<version>${pom.version}</version>
</dependency>