Skip to content

Commit

Permalink
wrong config for enforcer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicflame committed Nov 3, 2015
1 parent 1ed2a54 commit c82f512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<rules>
<requireProperty>
<property>activate.full.tests</property>
<value>true</value>
<regex>true</regex>
<message>In order to deploy Enunciate, you must run the full test suite.
This will include some tricky setup because your environment
needs to be able to run tests that exercise Enunciate's client-side
Expand Down Expand Up @@ -571,7 +571,7 @@ your path down the rabbit hole.</message>
<rules>
<requireProperty>
<property>activate.full.tests</property>
<value>true</value>
<regex>true</regex>
<message>In order to release Enunciate, you must run the full test suite.
This will include some tricky setup because your environment
needs to be able to run tests that exercise Enunciate's client-side
Expand Down

0 comments on commit c82f512

Please sign in to comment.