Skip to content

Commit b204969

Browse files
authored
Merge pull request #16 from microsphere-projects/release
Switch to Sonatype central plugin and disable example publishing
2 parents e313a14 + 31f1ffc commit b204969

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • microsphere-logging-examples

microsphere-logging-examples/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@
8484
<build>
8585
<plugins>
8686
<plugin>
87-
<artifactId>maven-deploy-plugin</artifactId>
87+
<groupId>org.sonatype.central</groupId>
88+
<artifactId>central-publishing-maven-plugin</artifactId>
8889
<configuration>
89-
<skip>true</skip>
90+
<skipPublishing>true</skipPublishing>
9091
</configuration>
9192
</plugin>
9293
</plugins>

0 commit comments

Comments
 (0)