Skip to content

Commit 3f9eb40

Browse files
committed
Remove central profile.
It was using the outdated Nexus plugin which is no longer used. Closes #2615
1 parent 97ede33 commit 3f9eb40

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

pom.xml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -195,52 +195,6 @@
195195
</build>
196196

197197
</profile>
198-
199-
<!-- Build profile for the build run to deploy to Maven Central -->
200-
201-
<profile>
202-
<id>central</id>
203-
<build>
204-
<pluginManagement>
205-
<plugins>
206-
207-
<!-- Deploy to Sonatype OSS Nexus -->
208-
209-
<plugin>
210-
<groupId>org.sonatype.plugins</groupId>
211-
<artifactId>nexus-staging-maven-plugin</artifactId>
212-
<version>1.7.0</version>
213-
<extensions>true</extensions>
214-
<configuration>
215-
<serverId>sonatype</serverId>
216-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
217-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
218-
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
219-
</configuration>
220-
</plugin>
221-
</plugins>
222-
223-
</pluginManagement>
224-
225-
<plugins>
226-
227-
<plugin>
228-
<groupId>org.sonatype.plugins</groupId>
229-
<artifactId>nexus-staging-maven-plugin</artifactId>
230-
</plugin>
231-
232-
</plugins>
233-
234-
</build>
235-
236-
<distributionManagement>
237-
<repository>
238-
<id>sonatype</id>
239-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
240-
</repository>
241-
</distributionManagement>
242-
243-
</profile>
244198
</profiles>
245199

246200
<scm>

0 commit comments

Comments
 (0)