aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dcae-analytics-common/pom.xml8
-rw-r--r--dcae-analytics-dmaap/pom.xml7
-rw-r--r--dcae-analytics-model/pom.xml7
-rw-r--r--dcae-analytics-tca/pom.xml7
-rw-r--r--dcae-analytics-test/pom.xml8
-rw-r--r--pom.xml9
6 files changed, 15 insertions, 31 deletions
diff --git a/dcae-analytics-common/pom.xml b/dcae-analytics-common/pom.xml
index 0fa8836..cbff12e 100644
--- a/dcae-analytics-common/pom.xml
+++ b/dcae-analytics-common/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
~ ============LICENSE_START=========================================================
~ dcae-analytics
@@ -19,10 +20,7 @@
~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.
~ ============LICENSE_END=========================================================
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -43,7 +41,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<dependencies>
diff --git a/dcae-analytics-dmaap/pom.xml b/dcae-analytics-dmaap/pom.xml
index e9fcce4..29befe2 100644
--- a/dcae-analytics-dmaap/pom.xml
+++ b/dcae-analytics-dmaap/pom.xml
@@ -20,10 +20,7 @@
~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.
~ ============LICENSE_END=========================================================
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -46,7 +43,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<dependencies>
diff --git a/dcae-analytics-model/pom.xml b/dcae-analytics-model/pom.xml
index e985905..501755e 100644
--- a/dcae-analytics-model/pom.xml
+++ b/dcae-analytics-model/pom.xml
@@ -20,10 +20,7 @@
~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.
~ ============LICENSE_END=========================================================
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +42,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<dependencies>
diff --git a/dcae-analytics-tca/pom.xml b/dcae-analytics-tca/pom.xml
index 30d197f..821b201 100644
--- a/dcae-analytics-tca/pom.xml
+++ b/dcae-analytics-tca/pom.xml
@@ -20,10 +20,7 @@
~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.
~ ============LICENSE_END=========================================================
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -44,7 +41,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
<app.main.class>org.openecomp.dcae.apod.analytics.tca.TCAAnalyticsApplication</app.main.class>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<dependencies>
diff --git a/dcae-analytics-test/pom.xml b/dcae-analytics-test/pom.xml
index 1bc9fdc..0e40845 100644
--- a/dcae-analytics-test/pom.xml
+++ b/dcae-analytics-test/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
~ ============LICENSE_START=========================================================
~ dcae-analytics
@@ -19,10 +20,7 @@
~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.
~ ============LICENSE_END=========================================================
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -43,7 +41,7 @@
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 1ad3fb9..7e41e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,10 +20,7 @@
~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.
~ ============LICENSE_END=========================================================
-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -61,8 +58,8 @@
<url>${nexusproxy}/content/repositories/snapshots</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>dav:https://ecomp-nexus:8443/repository/dcae-javadoc/${project.artifactId}/${project.version}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/apod/analytics/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>