summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-09-19 03:34:30 +0000
committerBrett Porter <brett@apache.org>2006-09-19 03:34:30 +0000
commitbfdad1b0f7ae32831c8c0644ed9f8c082e7481d8 (patch)
tree7f1669a47a11d3bb17eb2203c073de023e1e23a1 /pom.xml
parent5453aa4a18c138864b8615fed9bf4bfbb92f9271 (diff)
downloadarchiva-bfdad1b0f7ae32831c8c0644ed9f8c082e7481d8.tar.gz
archiva-bfdad1b0f7ae32831c8c0644ed9f8c082e7481d8.zip
add a plexus-application and plexus-runtime so that Archiva can be run standalone using the jetty service
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6128c0bc4..af8375eda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,8 @@
<module>archiva-configuration</module>
<module>maven-meeper</module>
<module>archiva-repository-layer</module>
+ <module>archiva-plexus-application</module>
+ <module>archiva-plexus-runtime</module>
</modules>
<dependencies>
<dependency>
@@ -142,7 +144,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-9</version>
+ <version>1.0-alpha-10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>