From fbac5fed071d447234effe657c810d66758d3866 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Mon, 20 Feb 2017 00:36:24 +0000 Subject: Updates to POM to fix deploy issues. Also started on YAML configuration changes for LF. Change-Id: I22d398fac3ae0fd061df4e13ed4894e5534ee382 Signed-off-by: Carsten Lund --- dcae-demo-controller/pom.xml | 118 +++++++++++++++++++++++-------------------- 1 file changed, 63 insertions(+), 55 deletions(-) (limited to 'dcae-demo-controller') diff --git a/dcae-demo-controller/pom.xml b/dcae-demo-controller/pom.xml index ba45ffa..ef29696 100644 --- a/dcae-demo-controller/pom.xml +++ b/dcae-demo-controller/pom.xml @@ -6,7 +6,15 @@ 0.1.0-SNAPSHOT pom - + + UTF-8 + 1.7 + 1.7 + https://nexus.openecomp.org/content/repositories/releases/ + https://nexus.openecomp.org/content/repositories/snapshots/ + + + @@ -21,9 +29,9 @@ http://maven.restlet.com - + - + com.blackducksoftware.integration hub-maven-plugin @@ -43,20 +51,20 @@ - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + maven-assembly-plugin 2.6 @@ -137,44 +145,44 @@ - - - - osecomp-nexus-releases - OSECOMP Release Repository - ${openecomp.nexus.releases} - - - osecomp-nexus-snapshots - OSECOMP Snapshot Repository - ${openecomp.nexus.snapshots} - - - dcae-javadoc - ${site.urlroot}/${project.artifactId}/${project.version}/ - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - + + + + ecomp-releases + OpenECOMP Release Repository + ${openecomp.nexus.releases} + + + ecomp-snapshots + OpenECOMP Snapshot Repository + ${openecomp.nexus.snapshots} + + + dcae-javadoc + ${site.urlroot}/${project.artifactId}/${project.version}/ + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + -- cgit 1.2.3-korg