Author: chirino
Date: Wed Jan  2 16:56:56 2013
New Revision: 1427860

URL: http://svn.apache.org/viewvc?rev=1427860&view=rev
Log:
Add a profile to generate a dependency graph of the modules.

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1427860&r1=1427859&r2=1427860&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Wed Jan  2 16:56:56 2013
@@ -1491,6 +1491,22 @@
         </plugins>
       </build>
     </profile>
+    <!--
+      To generate a graph of the project dependencies, run: 
+      mvn -P graph graph:reactor -Dhide-scope=test -Dhide-transitive=true 
-Dhide-external=true -Dgraph.label= -Dhide-version=true -Dhide-group-id=true 
-Dhide-type=true
+    -->
+    <profile>
+      <id>graph</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.fusesource.mvnplugins</groupId>
+            <artifactId>maven-graph-plugin</artifactId>
+            <version>1.15</version>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
 </project>


Reply via email to