diff options
author | egernug <gerard.nugent@est.tech> | 2019-07-11 09:42:44 +0000 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2019-07-11 09:42:44 +0000 |
commit | 304d3b4e1b80b4059b1ad521d0b71683738769a3 (patch) | |
tree | deae6582190a11b66734eff83c47a1964519e7e4 | |
parent | e3a1940266d185464065e0526927a4a30013d4e7 (diff) |
JJB job changes for Dublindublin
Change-Id: I97eb94384e661d2ba6de77ca84536ad5b416419c
Issue-ID: DMAAP-1224
Signed-off-by: egernug <gerard.nugent@est.tech>
-rwxr-xr-x | datarouter-node/pom.xml | 4 | ||||
-rwxr-xr-x | datarouter-prov/pom.xml | 4 | ||||
-rwxr-xr-x | pom.xml | 24 |
3 files changed, 2 insertions, 30 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 06aa3fcf..968b6a85 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -361,10 +361,6 @@ <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 56a4b139..c71d877b 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -430,10 +430,6 @@ <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <configuration> @@ -32,11 +32,11 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.3</version> + <version>2.0.0</version> </parent> <properties> <!--revision can be set in the version.properties file at project root and is loaded by all sub modules--> - <revision>${snapshot_version}</revision> + <revision>2.1.0-SNAPSHOT</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> @@ -265,10 +265,6 @@ <build> <plugins> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> @@ -441,22 +437,6 @@ </plugins> </pluginManagement> </build> - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>DR Release Repository</name> - <url>${onap.nexus.url}${releaseNexusPath}</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>DR Snapshot Repository</name> - <url>${onap.nexus.url}${snapshotNexusPath}</url> - </snapshotRepository> - <site> - <id>ecomp-site</id> - <url>dav:${onap.nexus.url}${sitePath}</url> - </site> - </distributionManagement> <pluginRepositories> <pluginRepository> <id>onap-plugin-snapshots</id> |