diff --git a/Maven/pom.xml b/Maven/pom.xml index b4544f2..73afaa5 100644 --- a/Maven/pom.xml +++ b/Maven/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.6 + 2.8 diff --git a/Maven/src/main/java/com/technophobia/substeps/runner/ExecutionConfig.java b/Maven/src/main/java/com/technophobia/substeps/runner/ExecutionConfig.java index 2b18498..b407f2f 100644 --- a/Maven/src/main/java/com/technophobia/substeps/runner/ExecutionConfig.java +++ b/Maven/src/main/java/com/technophobia/substeps/runner/ExecutionConfig.java @@ -85,7 +85,7 @@ public class ExecutionConfig { * @parameter default-value=true * @required */ - private final boolean strict = true; + private boolean strict = true; /** * If true any parse errors will fail the build immediately, rather than @@ -95,7 +95,7 @@ public class ExecutionConfig { * @parameter default-value=true * @required */ - private final boolean fastFailParseErrors = true; + private boolean fastFailParseErrors = true; /** * @parameter diff --git a/pom.xml b/pom.xml index f025bec..4e7de2f 100755 --- a/pom.xml +++ b/pom.xml @@ -213,7 +213,7 @@ 1.5 1.5 - true + ${project.build.sourceEncoding}