GitHub user hgschmie opened a pull request:
https://github.com/apache/maven-plugins/pull/121
Adds "failOnWarning" tests
Support for "failOnWarning" was added in the 3.6.0 release. This is mostly
unit and integration testing for the flag that I still had lying around. Would
be a shame to go to waste.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hgschmie/apache-maven-plugins
maven-compiler-failonwarning
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/121.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 #121
----
commit 53fbc2d381afe2888325f3beac697a5cf4da693c
Author: Henning Schmiedehausen <[email protected]>
Date: 2017-07-06T21:43:39Z
Adds new "failOnWarning" configuration setting.
This allows using a flag to turn compilation failure based on warnings on
or off without
having to modify the compiler arguments. Uses boolean property exposed by
newer plexus compiler API.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]