Move central publishing plugin to <plugins>.

Apparently this new one doesn't want to be in <pluginManagement>?
This commit is contained in:
Michael Bayne
2025-07-04 09:42:23 -07:00
parent 530c0cb05d
commit 91f9d7bd39
+3 -1
View File
@@ -104,7 +104,10 @@
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>2.5</version> <version>2.5</version>
</plugin> </plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin> <plugin>
<groupId>org.sonatype.central</groupId> <groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId> <artifactId>central-publishing-maven-plugin</artifactId>
@@ -116,7 +119,6 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement>
</build> </build>
<profiles> <profiles>