aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-07-06 11:19:19 +0000
committerBrett Porter <brett@apache.org>2006-07-06 11:19:19 +0000
commit39a41a4b297d94593940fc3f6ac43baef1ecdc80 (patch)
tree13985fa91b7f4c3b4cf6c0f419be09a7ba59f03f /pom.xml
parent5d2ddbae672c96833bafebb201634d00bac8407d (diff)
downloadarchiva-39a41a4b297d94593940fc3f6ac43baef1ecdc80.tar.gz
archiva-39a41a4b297d94593940fc3f6ac43baef1ecdc80.zip
fixes to the xwork integration
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@419521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0c4c135ac..abdc15c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3-SNAPSHOT</version>
<executions>
<execution>
<goals>
@@ -227,7 +228,7 @@
<groupId>org.apache.maven.repository</groupId>
<artifactId>maven-repository-converter</artifactId>
<version>${pom.version}</version>
- </dependency>
+ </dependency>
</dependencies>
</dependencyManagement>
<reporting>
@@ -346,4 +347,11 @@
</build>
</profile>
</profiles>
+ <!-- TODO: remove, required only for plexus maven plugin -->
+ <pluginRepositories>
+ <pluginRepository>
+ <id>codehaus.snapshots</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </pluginRepository>
+ </pluginRepositories>
</project>