Skip to content

Commit 405fed7

Browse files
authored
Merge pull request #663 from authorjapps/sonatype_release_20240430
PR - Sonatype release 20240430
2 parents c889934 + 98a5138 commit 405fed7

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.43-SNAPSHOT</version>
7+
<version>1.3.44-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>zerocode-tdd</artifactId>

core/src/main/java/org/jsmart/zerocode/core/engine/preprocessor/ZeroCodeExternalFileProcessorImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
import static org.slf4j.LoggerFactory.getLogger;
2727

2828
/**
29-
* <h3>External File Resolver</h3>
30-
* <p>
29+
* External File Resolver :
30+
*
3131
* Processes the Step definition and resolves any reference to the external file.
32-
* <p>
32+
*
3333
* Given a Json Java map, it digs deep into the fields and finds the references to the external content
3434
* in the classpath and replaces the value of this key with the content from the file.
3535
*

http-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.43-SNAPSHOT</version>
7+
<version>1.3.44-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>org.jsmart</groupId>

junit5-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.43-SNAPSHOT</version>
7+
<version>1.3.44-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>zerocode-tdd-jupiter</artifactId>

kafka-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>zerocode-tdd-parent</artifactId>
66
<groupId>org.jsmart</groupId>
7-
<version>1.3.43-SNAPSHOT</version>
7+
<version>1.3.44-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>kafka-testing</artifactId>

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<artifactId>zerocode-tdd-parent</artifactId>
1111
<groupId>org.jsmart</groupId>
12-
<version>1.3.43-SNAPSHOT</version>
12+
<version>1.3.44-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>
1515
<name>ZeroCode TDD Parent</name>
@@ -324,9 +324,7 @@
324324
-
325325
- How to check or reproduce this javadoc error?
326326
- From your local laptop
327-
- 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
328-
-
329-
- Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
327+
- 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
330328
-->
331329

332330
<build>
@@ -339,6 +337,9 @@
339337
<configuration>
340338
<source>${java-compiler-source.version}</source>
341339
<target>${java-compiler-target.version}</target>
340+
<compilerArgs>
341+
<arg>-proc:none</arg>
342+
</compilerArgs>
342343
</configuration>
343344
</plugin>
344345
<!--<plugin>

zerocode-maven-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jsmart</groupId>
66
<artifactId>zerocode-tdd-parent</artifactId>
7-
<version>1.3.43-SNAPSHOT</version>
7+
<version>1.3.44-SNAPSHOT</version>
88
</parent>
99
<artifactId>zerocode-maven-archetype</artifactId>
1010

0 commit comments

Comments
 (0)