Skip to content

Commit dd5b8c1

Browse files
committed
refactor: Remove Maven Central publishing configuration.
1 parent aaafd4d commit dd5b8c1

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,6 @@
143143
</executions>
144144
</plugin>
145145

146-
<plugin>
147-
<groupId>org.sonatype.plugins</groupId>
148-
<artifactId>nexus-staging-maven-plugin</artifactId>
149-
<version>1.6.13</version>
150-
<extensions>true</extensions>
151-
<configuration>
152-
<serverId>ossrh</serverId>
153-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
154-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
155-
</configuration>
156-
</plugin>
157-
158146
<plugin>
159147
<groupId>org.apache.maven.plugins</groupId>
160148
<artifactId>maven-assembly-plugin</artifactId>
@@ -213,17 +201,4 @@
213201
</developer>
214202
</developers>
215203

216-
<distributionManagement>
217-
<repository>
218-
<id>ossrh</id>
219-
<name>OSSRH</name>
220-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
221-
</repository>
222-
<snapshotRepository>
223-
<id>ossrh</id>
224-
<name>OSSRH Snapshots</name>
225-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
226-
</snapshotRepository>
227-
</distributionManagement>
228-
229204
</project>

0 commit comments

Comments
 (0)