A Maven 3.x plugin to inspect the lifecycle of your project.
Example:
mvn fr.jcgay.maven.plugins:buildplan-maven-plugin:list-phase
A Maven plugin that generates dependency graphs in various formats (DOT, GML, PlantUML, JSON and Text)
mvn com.github.ferstl:depgraph-maven-plugin:graph
Output is in /target/dependency-graph.dot
Can be viewed by an arbitrary online graphviz editor like http://graphviz.it
Note:
Configure sonar properties in properties
area of maven settings.xml
like:
...
<!-- see https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Maven -->
<sonar.host.url>http://192.168.56.101:9000</sonar.host.url>
...