- Notifications
You must be signed in to change notification settings - Fork 182
Deprecate the debug flag #953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java Show resolved Hide resolved
| I would like to deprecated id in 3.x version and remove at all in 4.x - what do you think? |
| There are other parameters that are deprecated in this plugin. The following list is copied from the wiki:
Some of those parameters are still extensively used. For example, the recent pull request #948 was a lot about fixing the support of The |
| Is it "debugLevel" or "debuglevel"?AbstractCompilerMojo.java#L452-L453,wouldn't the hump be better? |
| I agree that |
| Except for the camel-case remark, we received no more comment on this issue for almost 2 months. I presume that it is okay to merge the deprecation of |
The rational for this deprecation is discussed in #768.