diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-03-04 10:27:00 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-03-04 10:27:00 +0000 |
commit | f43b532344f1af313fc230c2e5789be936304fa8 (patch) | |
tree | a456dcd483be29d9e0162c36e4e7cc2f168dfc51 /archiva-web/archiva-standalone | |
parent | 4cbd2c2391646e6ef43b7eaade379a4f95e64785 (diff) | |
download | archiva-f43b532344f1af313fc230c2e5789be936304fa8.tar.gz archiva-f43b532344f1af313fc230c2e5789be936304fa8.zip |
[MRM-688]
-added the archiva-jetty module to the build
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@633415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web/archiva-standalone')
-rw-r--r-- | archiva-web/archiva-standalone/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-web/archiva-standalone/pom.xml b/archiva-web/archiva-standalone/pom.xml index 13b6b3413..75c208032 100644 --- a/archiva-web/archiva-standalone/pom.xml +++ b/archiva-web/archiva-standalone/pom.xml @@ -31,5 +31,6 @@ <modules> <module>archiva-plexus-application</module> <module>archiva-plexus-runtime</module> + <module>archiva-jetty</module> </modules> </project> |