Skip to content

Commit

Permalink
Merge pull request #227 from jenkinsci/fix-documentation
Browse files Browse the repository at this point in the history
Fix javadoc as consoleForceReload is enabled per default
  • Loading branch information
olamy authored Jul 17, 2021
2 parents f1e17f9 + f4abc18 commit 8bd0838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public class RunMojo extends AbstractJettyMojo {

/**
* If true, the context will be restarted after a line feed on
* the input console. Disabled by default.
* the input console. Enabled by default.
*/
@Parameter(property = "jetty.consoleForceReload", defaultValue = "true")
protected boolean consoleForceReload;
Expand Down

0 comments on commit 8bd0838

Please sign in to comment.