We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd1e41 commit c058bc9Copy full SHA for c058bc9
1 file changed
pom.xml
@@ -192,16 +192,10 @@
192
</plugin>
193
<!-- Central Publishing Maven Plugin -->
194
<plugin>
195
- <groupId>org.sonatype.centralsync</groupId>
+ <groupId>org.sonatype.central</groupId>
196
<artifactId>central-publishing-maven-plugin</artifactId>
197
<version>0.8.0</version>
198
- <executions>
199
- <execution>
200
- <goals>
201
- <goal>publish</goal>
202
- </goals>
203
- </execution>
204
- </executions>
+ <extensions>true</extensions>
205
<configuration>
206
<publishingServerId>central</publishingServerId>
207
</configuration>
0 commit comments