diff --git a/core/pom.xml b/core/pom.xml index a4824e74..cca51749 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.43-SNAPSHOT + 1.3.44-SNAPSHOT zerocode-tdd diff --git a/core/src/main/java/org/jsmart/zerocode/core/engine/preprocessor/ZeroCodeExternalFileProcessorImpl.java b/core/src/main/java/org/jsmart/zerocode/core/engine/preprocessor/ZeroCodeExternalFileProcessorImpl.java index b34fd1c0..04cb9b1a 100644 --- a/core/src/main/java/org/jsmart/zerocode/core/engine/preprocessor/ZeroCodeExternalFileProcessorImpl.java +++ b/core/src/main/java/org/jsmart/zerocode/core/engine/preprocessor/ZeroCodeExternalFileProcessorImpl.java @@ -26,10 +26,10 @@ import static org.slf4j.LoggerFactory.getLogger; /** - *

External File Resolver

- *

+ * External File Resolver : + * * Processes the Step definition and resolves any reference to the external file. - *

+ * * Given a Json Java map, it digs deep into the fields and finds the references to the external content * in the classpath and replaces the value of this key with the content from the file. * diff --git a/http-testing/pom.xml b/http-testing/pom.xml index 5fd31ee2..8663501d 100644 --- a/http-testing/pom.xml +++ b/http-testing/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.43-SNAPSHOT + 1.3.44-SNAPSHOT org.jsmart diff --git a/junit5-testing/pom.xml b/junit5-testing/pom.xml index d2f1b0a9..e445e6fe 100644 --- a/junit5-testing/pom.xml +++ b/junit5-testing/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.43-SNAPSHOT + 1.3.44-SNAPSHOT zerocode-tdd-jupiter diff --git a/kafka-testing/pom.xml b/kafka-testing/pom.xml index c0c07c3e..02472b55 100644 --- a/kafka-testing/pom.xml +++ b/kafka-testing/pom.xml @@ -4,7 +4,7 @@ zerocode-tdd-parent org.jsmart - 1.3.43-SNAPSHOT + 1.3.44-SNAPSHOT kafka-testing diff --git a/pom.xml b/pom.xml index 70c473e4..7bf90f6a 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ zerocode-tdd-parent org.jsmart - 1.3.43-SNAPSHOT + 1.3.44-SNAPSHOT pom ZeroCode TDD Parent @@ -324,9 +324,7 @@ - - How to check or reproduce this javadoc error? - From your local laptop - - Option-1 : Run a maven "dry run" <- Results in error e.g. javadoc error due to JAVA_HOME not set - Option-2 : Run a maven "prepare" run <- Results in error e.g. javadoc error due to JAVA_HOME not set - - - - Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues + - Option-1 : Run a maven "dry run" <- Results in error e.g. javadoc error due to JAVA_HOME not set - Option-2 : Run a maven "prepare" run <- Results in error e.g. javadoc error due to JAVA_HOME not set - - Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues --> @@ -339,6 +337,9 @@ ${java-compiler-source.version} ${java-compiler-target.version} + + -proc:none +