Skip to content

Commit 50eea5c

Browse files
committed
improve build
1 parent 9f14f72 commit 50eea5c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,6 @@
7575
<url>https://github.com/nalukit/nalu/issues</url>
7676
</issueManagement>
7777

78-
<distributionManagement>
79-
<snapshotRepository>
80-
<id>central</id>
81-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
82-
</snapshotRepository>
83-
<repository>
84-
<id>central</id>
85-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
86-
</repository>
87-
</distributionManagement>
88-
8978
<properties>
9079
<revision>HEAD-SNAPSHOT</revision>
9180

@@ -254,17 +243,6 @@
254243
</execution>
255244
</executions>
256245
</plugin>
257-
<plugin>
258-
<groupId>org.sonatype.central</groupId>
259-
<artifactId>central-publishing-maven-plugin</artifactId>
260-
<version>${plugin.version.central}</version>
261-
<extensions>true</extensions>
262-
<configuration>
263-
<publishingServerId>central</publishingServerId>
264-
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
265-
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
266-
</configuration>
267-
</plugin>
268246
</plugins>
269247
</build>
270248
</profile>

0 commit comments

Comments
 (0)