Skip to content

Commit 40f87b5

Browse files
committed
Disable publishing for logging examples
Set <skipPublishing>true</skipPublishing> in microsphere-logging-examples/pom.xml for the central-publishing-maven-plugin to prevent the examples module from being published and avoid accidental release of example artifacts.
1 parent 846baed commit 40f87b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • microsphere-logging-examples

microsphere-logging-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<groupId>org.sonatype.central</groupId>
8888
<artifactId>central-publishing-maven-plugin</artifactId>
8989
<configuration>
90-
<skipPublishing>false</skipPublishing>
90+
<skipPublishing>true</skipPublishing>
9191
</configuration>
9292
</plugin>
9393
</plugins>

0 commit comments

Comments
 (0)