diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/env/pom.xml | 5 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 7 | ||||
-rw-r--r-- | misc/pom.xml | 11 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 5 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 5 |
5 files changed, 32 insertions, 1 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index ddc76cbb..2859f4ba 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -168,6 +168,11 @@ <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 1f0cffa0..6ceae31e 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -109,7 +109,7 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.6</version> <configuration> - <skip>false</skip> + <skip>true</skip> </configuration> </plugin> <plugin> @@ -184,6 +184,11 @@ <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 018ec082..c346efef 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -27,6 +27,12 @@ <name>AAF Misc Parent</name> <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> + + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.1.0</version> + </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -230,6 +236,11 @@ <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 57e8c90f..3226613c 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -183,6 +183,11 @@ <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 f34e60a3..4a23a993 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -167,6 +167,11 @@ <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> |