commit | ddcbdd36ed6dec34867cffa8def8f65a1189fe79 | [log] [tgz] |
---|---|---|
author | Roman Elizarov <elizarov@gmail.com> | Wed Aug 09 18:19:38 2017 +0300 |
committer | Roman Elizarov <elizarov@gmail.com> | Wed Aug 09 18:28:04 2017 +0300 |
tree | 611ad8fe5e0931f6fe7392a291449b37ee27ea27 | |
parent | 1e0ed74cdd228036712a748b895a72ea966c6a4b [diff] [blame] |
Relax enforcer rules to allow for snapshot dependencies
diff --git a/pom.xml b/pom.xml index 46c3988..3e1ca50 100644 --- a/pom.xml +++ b/pom.xml
@@ -224,6 +224,7 @@ <message>Always define plugin versions!</message> <banLatest>true</banLatest> <banRelease>true</banRelease> + <banSnapshots>false</banSnapshots> </requirePluginVersions> </rules> </configuration>