GitHub user krichter722 opened a pull request:
https://github.com/apache/curator/pull/259
changed phase of maven-license-plugin to validate
changed phase of maven-license-plugin to validate in order to avoid
compilation and testing of invalid code (fail as early as possible)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/krichter722/curator license-plugin-phase
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/259.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #259
----
commit 3bd958330b76f7d7810d5237d24e5469feb2f5a1
Author: Karl-Philipp Richter <krichter722@...>
Date: 2018-03-18T19:48:02Z
changed phase of maven-license-plugin to validate in order to avoid
compilation and testing of invalid code (fail as early as possible)
----
---