diff options
author | Brett Porter <brett@apache.org> | 2006-09-22 08:01:31 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-22 08:01:31 +0000 |
commit | 30bfe0adda5e8ef61ebd1efe0e4d8d1cd8bee675 (patch) | |
tree | a38c553a751668193ce706c1984316cfb53bd3ec /pom.xml | |
parent | 09164151bb3c7ba023e9c252f7234133db2b04f3 (diff) | |
download | archiva-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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |