티스토리 뷰
Maven dependency graph plugin(com.github.ferst1.depgraph-maven-plugin)
Jared 2016. 7. 27. 14:201. Install Graphviz
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
- Download graphviz(graphviz-2.38.msi) from http://www.graphviz.org/
- Install graphviz
- Add 'C:\Program Files (x86)\Graphviz2.38\bin' into environment variable
2. Configure pom file
- Add plugin configuration into build section on pom file
<plugin>
<groupId>com.github.ferstl</groupId>
<artifactId>depgraph-maven-plugin</artifactId>
<version>2.0.1</version>
</plugin>
3. Run plugin's goal
- depgraph:graph
- depgraph:by-groupid
4. Configure depgraph:graph goal
<plugin>
<groupId>com.github.ferstl</groupId>
<artifactId>depgraph-maven-plugin</artifactId>
<version>2.0.1</version>
<configuration>
<createImage>true</createImage>
<showConflicts>true</showConflicts>
<showDuplicates>true</showDuplicates>
<showGroupIds>true</showGroupIds>
<showVersions>true</showVersions>
</configuration>
</plugin>
- https://ferstl.github.io/depgraph-maven-plugin/graph-mojo.html
5. Sample output
See more details on https://github.com/ferstl/depgraph-maven-plugin
- Total
- Today
- Yesterday
- SBM
- dump
- svn
- install
- bash
- spring boot
- monitoring
- Tomcat
- nodejs
- Oracle
- spring
- EMV
- SMPP
- bouncycastle
- docker
- JSF
- Guava
- jboss
- Maven
- Dependency
- ubuntu
- log4j
- zookeeper
- Java
- Kubernetes
- Shell
- OOP
- Heap
- Jose
- ssh
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |