mirror of https://github.com/apache/activemq.git
Add a profile to generate a dependency graph of the modules.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1427860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0baf856d7
commit
650d2b4d52
16
pom.xml
16
pom.xml
|
@ -1491,6 +1491,22 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</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>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue