We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973e5b0 commit 1e2506fCopy full SHA for 1e2506f
src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
@@ -174,9 +174,9 @@ public abstract class AbstractCompilerMojo
174
private boolean optimize;
175
176
/**
177
- * Set to <code>true</code> to show compilation warnings.
+ * Set to <code>false</code> to disable warnings during compilation.
178
*/
179
- @Parameter( property = "maven.compiler.showWarnings", defaultValue = "false" )
+ @Parameter( property = "maven.compiler.showWarnings", defaultValue = "true" )
180
private boolean showWarnings;
181
182
0 commit comments