Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from mspiegel/master
Browse files Browse the repository at this point in the history
Adding maven enforcer plugin
  • Loading branch information
abramsm committed Mar 20, 2014
2 parents 77f0e05 + a993e5a commit 28ac1b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<configuration>
<rules>
<DependencyConvergence />
</rules>
<fail>true</fail>
</configuration>
</plugin>
</plugins>
</build>

<reporting>
Expand Down

0 comments on commit 28ac1b2

Please sign in to comment.