Skip to content

Commit

Permalink
removed duplicated oss
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-jan committed May 13, 2022
1 parent 49a35c8 commit b27c317
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@
<organizationUrl>https://www.dfki.de</organizationUrl>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<issueManagement>
<url>https://github.com/kosmos-lab/kosmos-plugins/issues</url>
<system>GitHub Issues</system>
Expand Down Expand Up @@ -183,17 +174,7 @@
<testSourceDirectory>src/test/java</testSourceDirectory>

<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -332,7 +313,17 @@
</distributionManagement>
<build>
<plugins>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit b27c317

Please sign in to comment.