We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2603721 commit 14f4709Copy full SHA for 14f4709
src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java
@@ -111,7 +111,7 @@ public class RunMojo extends AbstractHpiMojo {
111
/**
112
* Arguments to pass to Winstone, e.g. --enable-future-java.
113
*/
114
- @Parameter(property = "maven.hpi.winstoneArgs")
+ @Parameter(property = "maven.hpi.winstoneArgs", defaultValue = "--enable-future-java")
115
protected String winstoneArgs;
116
117
@Inject
0 commit comments