From aa30ad6eef091a11e2faeca003ecd1c0f93a586b Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Wed, 15 Feb 2017 23:32:36 +0000 Subject: Updates to POMs for handling LF setup. Change-Id: I0ee4fbadcbe47564fbde0a1747fb87483ac3697a Signed-off-by: Carsten Lund --- ncomp-maven-base/pom.xml | 2 + ncomp-maven-xcore/LICENSE.txt | 4 +- ncomp-maven-xcore/pom.xml | 128 +++++++++++++++++++++--------------------- 3 files changed, 69 insertions(+), 65 deletions(-) diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml index 6f07bb8..96e0c65 100644 --- a/ncomp-maven-base/pom.xml +++ b/ncomp-maven-base/pom.xml @@ -10,6 +10,8 @@ UTF-8 1.7 1.7 + https://nexus.openecomp.org/content/repositories/releases/ + https://nexus.openecomp.org/content/repositories/snapshots/ diff --git a/ncomp-maven-xcore/LICENSE.txt b/ncomp-maven-xcore/LICENSE.txt index 30471b5..5f1249d 100644 --- a/ncomp-maven-xcore/LICENSE.txt +++ b/ncomp-maven-xcore/LICENSE.txt @@ -9,7 +9,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -18,5 +18,5 @@ * limitations under the License. * ============LICENSE_END============================================ */ - + ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property. diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml index f187c50..919a206 100644 --- a/ncomp-maven-xcore/pom.xml +++ b/ncomp-maven-xcore/pom.xml @@ -7,12 +7,14 @@ pom - UTF-8 - 1.7 - 1.7 + UTF-8 + 1.7 + 1.7 + https://nexus.openecomp.org/content/repositories/releases/ + https://nexus.openecomp.org/content/repositories/snapshots/ - + @@ -27,7 +29,7 @@ http://maven.restlet.com - + src/main/xcore-gen @@ -35,7 +37,7 @@ - + com.blackducksoftware.integration hub-maven-plugin @@ -55,20 +57,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-compiler-plugin 3.1 @@ -86,11 +88,11 @@ org.eclipse.emf.ecore 2.11.0-v20150123-0347 - - org.eclipse.emf - org.eclipse.emf.common - 2.11.0-v20150123-0347 - + + org.eclipse.emf + org.eclipse.emf.common + 2.11.0-v20150123-0347 + org.eclipse.xtext org.eclipse.xtext.xbase.lib @@ -108,44 +110,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 - - - - + + + + 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 + + + + -- cgit 1.2.3-korg