summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames William Dumay <jdumay@apache.org>2008-05-06 15:40:22 +0000
committerJames William Dumay <jdumay@apache.org>2008-05-06 15:40:22 +0000
commit584bd356c2e7ee6b6aa720e49016f926e48bd754 (patch)
tree9832309939b9bcdeec909b9fc2951a7967639a6d /pom.xml
parentf889364a3924f3de8c108ea5e386490a486e0384 (diff)
downloadarchiva-584bd356c2e7ee6b6aa720e49016f926e48bd754.tar.gz
archiva-584bd356c2e7ee6b6aa720e49016f926e48bd754.zip
MRM-781 Removal of Archiva-Webdav implementation in favor of Jackrabbit-webdav
* I broke MRM-440, so this restores that functionality * Locked down the enforcer plugin version so that Maven does not go looking for it everytime we build git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653817 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3a712125c..af97ca1f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,11 @@
<jdkLevel>1.5</jdkLevel>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>