Skip to content

Commit 6e1c2be

Browse files
authored
Merge pull request #651 from authorjapps/sonatype_release_20240324
PR - Sonatype release 20240324
2 parents a763fe9 + f34136f commit 6e1c2be

File tree

6 files changed

+27
-16
lines changed

6 files changed

+27
-16
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.39-SNAPSHOT</version>
7+
<version>1.3.43-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>zerocode-tdd</artifactId>

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.39-SNAPSHOT</version>
7+
<version>1.3.43-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.39-SNAPSHOT</version>
7+
<version>1.3.43-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.39-SNAPSHOT</version>
7+
<version>1.3.43-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>kafka-testing</artifactId>

pom.xml

Lines changed: 22 additions & 11 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.39-SNAPSHOT</version>
12+
<version>1.3.43-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>
1515
<name>ZeroCode TDD Parent</name>
@@ -322,6 +322,17 @@
322322
</dependencies>
323323
</dependencyManagement>
324324

325+
<!--
326+
- Commented to avoid javadoc error during maven release to Nexus central.
327+
- Uncomment this only when needed or if any other module dependent on this section
328+
- Check, if the CI build is fine, no need to uncomment this section.
329+
-
330+
- How to check or reproduce this javadoc error?
331+
- From your local laptop
332+
- 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
333+
-
334+
- Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
335+
-->
325336

326337
<build>
327338
<pluginManagement>
@@ -335,31 +346,31 @@
335346
<target>${java-compiler-target.version}</target>
336347
</configuration>
337348
</plugin>
338-
<plugin>
349+
<!--<plugin>
339350
<groupId>org.apache.maven.plugins</groupId>
340351
<artifactId>maven-assembly-plugin</artifactId>
341352
<version>${maven-assembly-plugin.version}</version>
342-
</plugin>
353+
</plugin>-->
343354
<plugin>
344355
<groupId>org.apache.maven.plugins</groupId>
345356
<artifactId>maven-source-plugin</artifactId>
346357
<version>${maven-source-plugin.version}</version>
347358
</plugin>
348-
<plugin>
359+
<!--<plugin>
349360
<groupId>org.apache.maven.plugins</groupId>
350361
<artifactId>maven-javadoc-plugin</artifactId>
351362
<version>${maven-javadoc-plugin.version}</version>
352-
</plugin>
363+
</plugin>-->
353364
<plugin>
354365
<groupId>org.apache.maven.plugins</groupId>
355366
<artifactId>maven-gpg-plugin</artifactId>
356367
<version>${maven-gpg-plugin.version}</version>
357368
</plugin>
358-
<plugin>
369+
<!--<plugin>
359370
<groupId>org.apache.maven.plugins</groupId>
360371
<artifactId>maven-release-plugin</artifactId>
361372
<version>${maven-release-plugin.version}</version>
362-
</plugin>
373+
</plugin>-->
363374
<plugin>
364375
<groupId>org.apache.maven.plugins</groupId>
365376
<artifactId>maven-surefire-plugin</artifactId>
@@ -373,7 +384,8 @@
373384
</plugins>
374385
</pluginManagement>
375386

376-
<!-- Uncomment this for uber jar -->
387+
388+
<!-- Uncomment this for uber jar -->
377389
<!--
378390
<plugins>
379391
<plugin>
@@ -391,8 +403,7 @@
391403
</execution>
392404
</executions>
393405
</plugin>
394-
</plugins>
395-
-->
396-
406+
</plugins>
407+
-->
397408
</build>
398409
</project>

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.39-SNAPSHOT</version>
7+
<version>1.3.43-SNAPSHOT</version>
88
</parent>
99
<artifactId>zerocode-maven-archetype</artifactId>
1010

0 commit comments

Comments
 (0)