diff options
author | Brett Porter <brett@apache.org> | 2006-09-19 03:34:30 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-19 03:34:30 +0000 |
commit | bfdad1b0f7ae32831c8c0644ed9f8c082e7481d8 (patch) | |
tree | 7f1669a47a11d3bb17eb2203c073de023e1e23a1 /pom.xml | |
parent | 5453aa4a18c138864b8615fed9bf4bfbb92f9271 (diff) | |
download | archiva-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.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |