diff --git a/core/pom.xml b/core/pom.xml index b920bac98f..a40c16b0fb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -101,6 +101,10 @@ <module>coverage</module> </modules> <distributionManagement> + <repository> + <id>jmc-publish</id> + <url>${release.repo}</url> + </repository> <snapshotRepository> <id>jmc-publish-snapshot</id> <url>${snapshot.repo}</url> @@ -241,16 +245,6 @@ <failOnError>false</failOnError> </configuration> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>${nexus.staging.version}</version> - <extensions>true</extensions> - <configuration> - <serverId>jmc-publish-snapshot</serverId> - <autoReleaseAfterClose>true</autoReleaseAfterClose> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId>