Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions microsphere-logging-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
<skipPublishing>true</skipPublishing>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the previous maven-deploy-plugin <skip>true</skip> was removed, mvn deploy may start deploying this module unless central-publishing-maven-plugin is actually active (typically via parent pluginManagement and/or <extensions>true</extensions>). Could you double-check that the examples module is still excluded from publishing in CI/release builds?

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

</configuration>
</plugin>
</plugins>
Expand Down
Loading