Skip to content

Commit

Permalink
I see no reason not to publish jjava.jar to Maven Central
Browse files Browse the repository at this point in the history
... hopefully it will help with nexus-staging-maven-plugin woes as well
(dealing with "Execution skipped to the last project")
  • Loading branch information
andrus committed Sep 4, 2024
1 parent d76e037 commit a4356d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit a4356d3

Please sign in to comment.