Skip to content

mskonovalov/maven-graph-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation can be found at https://github.com/janssk1/maven-graph-plugin/wiki/Manual

Example

<plugin>
	<groupId>com.github.janssk1</groupId>
	<artifactId>maven-dependencygraph-plugin</artifactId>
	<version>1.2-SNAPSHOT</version>
	<configuration>
		<reports>COMPILE</reports>
		<excludedArtifactIds>
			<excludedArtifactId>.*I.want.to.exclude.this.artifactId.regex.*</excludedArtifactId>
			<excludedArtifactId>I-want-to-exclude-this-artifactId</excludedArtifactId>
		</excludedArtifactIds>
		<excludedGroupIds>
			<excludedGroupId>.*I.want.to.exclude.this.groupId.regex.*</excludedGroupId>
			<excludedGroupId>I-want-to-exclude-this-groupId</excludedGroupId>
		</excludedGroupIds>
		<showVersion>false</showVersion>
		<showEdgeLabels>false</showEdgeLabels>
	</configuration>
</plugin>

About

Maven plugin that generates a dependency graph in graphml format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%