summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-07-07 09:45:58 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-07-07 09:45:58 +0000
commit09e2d352c580ed0a1b4425ceb523b8de1fbeb291 (patch)
tree5cf1a42dec685be4dfe3d6f5066042d16cbe8d9d
parentb2a8ef8ffdae51135d1f2806c2d424a2739159c3 (diff)
downloadarchiva-09e2d352c580ed0a1b4425ceb523b8de1fbeb291.tar.gz
archiva-09e2d352c580ed0a1b4425ceb523b8de1fbeb291.zip
putting back the enforcer-plugin
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674436 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index bb0f71fb5..94760b33f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
</execution>
</executions>
</plugin>
- <!--plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0-alpha-3</version>
@@ -81,16 +81,16 @@
<exclude>classworlds:classworlds</exclude>
<exclude>javax.transaction:jta</exclude>
<exclude>javax.sql:jdbc-stdext</exclude>
- <exclude>ant:ant-optional</exclude-->
+ <exclude>ant:ant-optional</exclude>
<!-- exclude>org.apache.maven.wagon:wagon-http-lightweight</exclude -->
- <!--exclude>xom:xom</exclude>
+ <exclude>xom:xom</exclude>
</excludes>
</bannedDependencies>
</rules>
</configuration>
</execution>
</executions>
- </plugin-->
+ </plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>