Skip to content

Commit a4356d3

Browse files
committed
I see no reason not to publish jjava.jar to Maven Central
... hopefully it will help with nexus-staging-maven-plugin woes as well (dealing with "Execution skipped to the last project")
1 parent d76e037 commit a4356d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

jjava/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@
121121
</execution>
122122
</executions>
123123
</plugin>
124-
<plugin>
125-
<groupId>org.sonatype.plugins</groupId>
126-
<artifactId>nexus-staging-maven-plugin</artifactId>
127-
<configuration>
128-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
129-
</configuration>
130-
</plugin>
131124
</plugins>
132125
</build>
133126

0 commit comments

Comments
 (0)