diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 36fe6036..7951a641 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -264,17 +264,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> |