summaryrefslogtreecommitdiffstats
path: root/archiva-configuration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-configuration/pom.xml')
-rw-r--r--archiva-configuration/pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/archiva-configuration/pom.xml b/archiva-configuration/pom.xml
index 833c594b0..8cdde8197 100644
--- a/archiva-configuration/pom.xml
+++ b/archiva-configuration/pom.xml
@@ -51,19 +51,24 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-registry</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
- <version>1.0-alpha-10</version>
+ <version>1.0-alpha-14-SNAPSHOT</version>
<executions>
<execution>
<goals>
- <goal>xpp3-writer</goal>
<goal>java</goal>
- <goal>xpp3-reader</goal>
+ <goal>registry-reader</goal>
+ <goal>registry-writer</goal>
</goals>
</execution>
</executions>