[jboss-cvs] JBossAS SVN: r90425 - projects/spider/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 18 10:11:06 EDT 2009


Author: wolfc
Date: 2009-06-18 10:11:06 -0400 (Thu, 18 Jun 2009)
New Revision: 90425

Modified:
   projects/spider/trunk/pom.xml
Log:
JBAS-7001: disabled dependency graph plugin


Modified: projects/spider/trunk/pom.xml
===================================================================
--- projects/spider/trunk/pom.xml	2009-06-18 13:12:45 UTC (rev 90424)
+++ projects/spider/trunk/pom.xml	2009-06-18 14:11:06 UTC (rev 90425)
@@ -160,6 +160,7 @@
         http://el4j.sourceforge.net/plugins/maven-depgraph-plugin/
         mvn depgraph:depgraph to build a dependency graph
       -->
+      <!-- disabled until we got it in the repo
       <plugin>
         <groupId>ch.elca.el4j.maven.plugins</groupId>
         <artifactId>maven-depgraph-plugin</artifactId>
@@ -168,6 +169,7 @@
           <outDir>${project.build.directory}</outDir>
         </configuration>
       </plugin>
+      -->
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>




More information about the jboss-cvs-commits mailing list