diff options
Diffstat (limited to 'cadi')
-rw-r--r-- | cadi/aaf/pom.xml | 10 | ||||
-rw-r--r-- | cadi/client/pom.xml | 10 | ||||
-rw-r--r-- | cadi/core/pom.xml | 10 | ||||
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 11 |
4 files changed, 0 insertions, 41 deletions
diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index 684d25a8..ea8bb1ee 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -121,16 +121,6 @@ <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <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> <configuration> diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index fc56bb72..b2ae7052 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -111,16 +111,6 @@ <version>1.4</version> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <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> <configuration> diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index c838ca22..9f1d8aeb 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -116,16 +116,6 @@ </executions> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <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> <configuration> diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index d9dae401..f4253bd6 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -125,17 +125,6 @@ </descriptors> </configuration> </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> |