summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-09-22 08:01:31 +0000
committerBrett Porter <brett@apache.org>2006-09-22 08:01:31 +0000
commit30bfe0adda5e8ef61ebd1efe0e4d8d1cd8bee675 (patch)
treea38c553a751668193ce706c1984316cfb53bd3ec /pom.xml
parent09164151bb3c7ba023e9c252f7234133db2b04f3 (diff)
downloadarchiva-30bfe0adda5e8ef61ebd1efe0e4d8d1cd8bee675.tar.gz
archiva-30bfe0adda5e8ef61ebd1efe0e4d8d1cd8bee675.zip
[MRM-181,MRM-182] fix build and runtime configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448856 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 af8375eda..1474c3073 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,6 +376,13 @@
<url>http://snapshots.repository.codehaus.org</url>
</pluginRepository>
</pluginRepositories>
+ <!-- TODO: remove once xwork integration, plexus container is released -->
+ <repositories>
+ <repository>
+ <id>codehaus.snapshots</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </repository>
+ </repositories>
<properties>
<maven.version>2.0.4</maven.version>
</properties>