Skip to content

Commit

Permalink
JAVACLIENT-173: Exclude test dependencies from enforcer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Dec 6, 2018
1 parent f693fb4 commit a3b7611
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
<onlyWhenRelease>true</onlyWhenRelease>
<excludes>
<!-- exclude test dependencies - we always test the latest version -->
<exclude>org.nuxeo.ecm.distribution:nuxeo-server-tomcat</exclude>
<exclude>org.nuxeo.ecm.automation:nuxeo-automation-core</exclude>
<exclude>org.nuxeo.ecm.platform:nuxeo-platform-login-portal-sso</exclude>
</excludes>
</requireReleaseDeps>
<requireMavenVersion>
<version>[3.2,)</version>
Expand Down

0 comments on commit a3b7611

Please sign in to comment.