Skip to content

Commit

Permalink
Cleanup pom diist
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Nov 15, 2023
1 parent b0108f7 commit 3f7ee8e
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
<distribution>repo</distribution>
</license>
</licenses>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<developers>
<developer>
<name>Stephan Fuhrmann</name>
Expand Down Expand Up @@ -290,62 +284,6 @@
</repository>
</distributionManagement>
</profile>
<profile>
<id>sonatype-oss-release</id>
<distributionManagement>
<repository>
<id>sonatype</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<keyname>0AC5A45E91FA93DA25380017B0D87B063EAD41F1</keyname>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<distributionManagement>
Expand Down

0 comments on commit 3f7ee8e

Please sign in to comment.