STEP I ====== Generate graph data files from config dependencies: 1) To generate graph data file for each config module execute: $ cd configs/ $ mvn org.apache.geronimo.plugins:geronimo-dependency-plugin:graph A "module.graphml" file will be created in the target/ directory of each module. 2) To generate a single graph data file for all config modules run: $ cd configs/ $ mvn org.apache.geronimo.plugins:geronimo-dependency-plugin:graph -DtmpDataFile=/tmp/graph -Dmode=update $ mvn org.apache.geronimo.plugins:geronimo-dependency-plugin:graph -DtmpDataFile=/tmp/graph -Dmode=output -N A "/tmp/graph.graphml" file will be created. STEP II ======= Visualize the graph data: Use yEd (http://www.yworks.com/en/products_yed_about.htm) to display the graph data.