Update submodule.pom.xml

This commit is contained in:
Michael Barry
2025-07-13 06:01:23 -04:00
committed by GitHub
parent dd1035fb52
commit 9c828febfb

View File

@@ -47,10 +47,11 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<configuration>
<!-- we don't want to deploy this module -->
<skip>true</skip>
<skipPublishing>true</skipPublishing>
</configuration>
</plugin>
</plugins>