summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-09-28 08:55:32 +0000
committerBrett Porter <brett@apache.org>2006-09-28 08:55:32 +0000
commit1e99374aee61d603ad8211ae9cbc5dbd97ac697b (patch)
treebfb9ebcf90dde5df6f532285ebba2de2b415131d /pom.xml
parentf432e73c6de091c77020a2e456b2b9106d4d05c1 (diff)
downloadarchiva-1e99374aee61d603ad8211ae9cbc5dbd97ac697b.tar.gz
archiva-1e99374aee61d603ad8211ae9cbc5dbd97ac697b.zip
start to migrate Archiva to the new role creation technique
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1474c3073..5819bc618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
<execution>
<goals>
<goal>descriptor</goal>
+ <goal>merge-descriptors</goal>
</goals>
</execution>
</executions>
@@ -130,6 +131,7 @@
<module>archiva-repository-layer</module>
<module>archiva-plexus-application</module>
<module>archiva-plexus-runtime</module>
+ <module>archiva-security</module>
</modules>
<dependencies>
<dependency>
@@ -243,6 +245,11 @@
</dependency>
<dependency>
<groupId>org.apache.maven.archiva</groupId>
+ <artifactId>archiva-security</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-configuration</artifactId>
<version>${pom.version}</version>
</dependency>