Skip to content

Instantly share code, notes, and snippets.

@jose-mgmaestre
Created September 12, 2016 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jose-mgmaestre/dab55d7fbd5b2efd448b46d0ef008816 to your computer and use it in GitHub Desktop.
Save jose-mgmaestre/dab55d7fbd5b2efd448b46d0ef008816 to your computer and use it in GitHub Desktop.
Enforcer plugin configured in pom
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<configuration>
<rules><dependencyConvergence/></rules>
</configuration>
</plugin>
</plugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment