Author: oching
Date: Mon Jul  7 02:45:58 2008
New Revision: 674436

URL: http://svn.apache.org/viewvc?rev=674436&view=rev
Log:
putting back the enforcer-plugin

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=674436&r1=674435&r2=674436&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Mon Jul  7 02:45:58 2008
@@ -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>


Reply via email to