diff options
-rw-r--r-- | auth/auth-deforg/pom.xml | 62 | ||||
-rw-r--r-- | cadi/client/pom.xml | 1 | ||||
-rw-r--r-- | cadi/core/pom.xml | 2 | ||||
-rw-r--r-- | misc/env/pom.xml | 5 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 5 | ||||
-rw-r--r-- | misc/pom.xml | 5 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 5 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 5 |
8 files changed, 3 insertions, 87 deletions
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 55be383f..84f0cbb1 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -199,68 +199,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> - <version>0.7.7.201606060606</version> - <configuration> - <dumpOnExit>true</dumpOnExit> - <includes> - <include>org.onap.aaf.*</include> - </includes> - </configuration> - <executions> - <execution> - <id>pre-unit-test</id> - <goals> - <goal>prepare-agent</goal> - </goals> - <configuration> - <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile> - <!-- <append>true</append> --> - </configuration> - </execution> - <execution> - <id>pre-integration-test</id> - <phase>pre-integration-test</phase> - <goals> - <goal>prepare-agent</goal> - </goals> - <configuration> - <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile> - <!-- <append>true</append> --> - </configuration> - </execution> - <execution> - <goals> - <goal>merge</goal> - </goals> - <phase>post-integration-test</phase> - <configuration> - <fileSets> - <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet"> - <directory>${project.build.directory}/coverage-reports</directory> - <includes> - <include>*.exec</include> - </includes> - </fileSet> - </fileSets> - <destFile>${project.build.directory}/jacoco-dev.exec</destFile> - </configuration> - </execution> - </executions> - </plugin> </plugins> </pluginManagement> </build> diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 1e69e0a7..113018dd 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -107,6 +107,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jarsigner-plugin</artifactId> + <version>1.4</version> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 6e071ca3..6a461744 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -90,6 +90,8 @@ in Parent --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jarsigner-plugin</artifactId> + <version>1.4</version> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 2859f4ba..ddc76cbb 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -168,11 +168,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index d7c3699d..1f0cffa0 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -184,11 +184,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/pom.xml b/misc/pom.xml index 770fe719..018ec082 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -230,11 +230,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 3226613c..57e8c90f 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -183,11 +183,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 4a23a993..f34e60a3 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -167,11 +167,6 @@ <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> |