Skip to content

Commit

Permalink
Merge pull request #651 from authorjapps/sonatype_release_20240324
Browse files Browse the repository at this point in the history
PR - Sonatype release 20240324
  • Loading branch information
authorjapps committed Mar 25, 2024
2 parents a763fe9 + f34136f commit 6e1c2be
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 16 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.39-SNAPSHOT</version>
<version>1.3.43-SNAPSHOT</version>
</parent>

<artifactId>zerocode-tdd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.39-SNAPSHOT</version>
<version>1.3.43-SNAPSHOT</version>
</parent>

<groupId>org.jsmart</groupId>
Expand Down
2 changes: 1 addition & 1 deletion junit5-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.39-SNAPSHOT</version>
<version>1.3.43-SNAPSHOT</version>
</parent>

<artifactId>zerocode-tdd-jupiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.39-SNAPSHOT</version>
<version>1.3.43-SNAPSHOT</version>
</parent>

<artifactId>kafka-testing</artifactId>
Expand Down
33 changes: 22 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>zerocode-tdd-parent</artifactId>
<groupId>org.jsmart</groupId>
<version>1.3.39-SNAPSHOT</version>
<version>1.3.43-SNAPSHOT</version>

<packaging>pom</packaging>
<name>ZeroCode TDD Parent</name>
Expand Down Expand Up @@ -322,6 +322,17 @@
</dependencies>
</dependencyManagement>

<!--
- Commented to avoid javadoc error during maven release to Nexus central.
- Uncomment this only when needed or if any other module dependent on this section
- Check, if the CI build is fine, no need to uncomment this section.
-
- 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
-->

<build>
<pluginManagement>
Expand All @@ -335,31 +346,31 @@
<target>${java-compiler-target.version}</target>
</configuration>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -373,7 +384,8 @@
</plugins>
</pluginManagement>

<!-- Uncomment this for uber jar -->

<!-- Uncomment this for uber jar -->
<!--
<plugins>
<plugin>
Expand All @@ -391,8 +403,7 @@
</execution>
</executions>
</plugin>
</plugins>
-->

</plugins>
-->
</build>
</project>
2 changes: 1 addition & 1 deletion zerocode-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd-parent</artifactId>
<version>1.3.39-SNAPSHOT</version>
<version>1.3.43-SNAPSHOT</version>
</parent>
<artifactId>zerocode-maven-archetype</artifactId>

Expand Down

0 comments on commit 6e1c2be

Please sign in to comment.