diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-15 23:32:36 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-16 19:06:16 +0000 |
commit | aa30ad6eef091a11e2faeca003ecd1c0f93a586b (patch) | |
tree | f2c1b7e882af74c8f5c0ce2e62906176b13e0669 /ncomp-maven-base | |
parent | b82c3e96a97c346abdd26fa6a0fe9f657c6a2899 (diff) |
Updates to POMs for handling LF setup.
Change-Id: I0ee4fbadcbe47564fbde0a1747fb87483ac3697a
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-base')
-rw-r--r-- | ncomp-maven-base/pom.xml | 2 |
1 files changed, 2 insertions, 0 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 @@ <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> </properties> |