diff options
-rw-r--r-- | aai-annotations/pom.xml | 1 | ||||
-rw-r--r-- | aai-auth/pom.xml | 1 | ||||
-rw-r--r-- | aai-core/pom.xml | 1 | ||||
-rw-r--r-- | aai-schema/pom.xml | 1 | ||||
-rw-r--r-- | aai-utils/pom.xml | 3 | ||||
-rw-r--r-- | pom.xml | 1 |
6 files changed, 7 insertions, 1 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index ff16399e..4560448b 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -12,6 +12,7 @@ <name>aai-annotations</name> <packaging>jar</packaging> <properties> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> <dependencies> diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index a5751cc1..b670305a 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -11,6 +11,7 @@ <version>1.1.0-SNAPSHOT</version> <properties> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 7248f491..d4a95a36 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -13,6 +13,7 @@ <packaging>jar</packaging> <properties> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 02582704..65961347 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -12,6 +12,7 @@ <name>aai-schema</name> <properties> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> <dependencies> <dependency> diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 137b260b..6116c834 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -15,6 +15,7 @@ <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> @@ -135,4 +136,4 @@ </reporting> -</project>
\ No newline at end of file +</project> @@ -24,6 +24,7 @@ <properties> <sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version> <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version> <aai.core.version>1.1.0-SNAPSHOT</aai.core.version> |