We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e313a14 + 31f1ffc commit b204969Copy full SHA for b204969
1 file changed
microsphere-logging-examples/pom.xml
@@ -84,9 +84,10 @@
84
<build>
85
<plugins>
86
<plugin>
87
- <artifactId>maven-deploy-plugin</artifactId>
+ <groupId>org.sonatype.central</groupId>
88
+ <artifactId>central-publishing-maven-plugin</artifactId>
89
<configuration>
- <skip>true</skip>
90
+ <skipPublishing>true</skipPublishing>
91
</configuration>
92
</plugin>
93
</plugins>
0 commit comments