aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-xcore/pom.xml
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-17 01:53:46 +0000
committerCarsten Lund <lund@research.att.com>2017-04-16 13:22:18 +0000
commit3460b0f2527d86d6d6dcc3ea4ddf5c67dac02b39 (patch)
tree626f911c494b5e4cac5f8a7cdfef7cc9d0bf0a21 /ncomp-maven-xcore/pom.xml
parent0d70c59008d6f36a9932221ee38063e7862b60da (diff)
[DCAE-15] Changes related to version 1.1
See Jira for details Change-Id: Icf0da6eb1477331d2c8c7b44d0662c820497e428 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-xcore/pom.xml')
-rw-r--r--ncomp-maven-xcore/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index f3b0204..b2aacb3 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -1,5 +1,5 @@
-<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">
+<?xml version="1.0"?>
+<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>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-xcore</artifactId>
@@ -10,12 +10,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases>
- <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
- <openecomp.nexus.proxy>https://nexus.openecomp.org</openecomp.nexus.proxy>
+ <openecomp.nexus.releases>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
+ <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<build>
@@ -55,8 +55,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <source />
- <target />
+ <source/>
+ <target/>
</configuration>
</plugin>
</plugins>
@@ -103,8 +103,8 @@
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>${site.urlroot}/${project.artifactId}/${project.version}/</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>