diff options
author | an4828 <nekrassov@att.com> | 2017-09-08 15:02:08 -0400 |
---|---|---|
committer | an4828 <nekrassov@att.com> | 2017-09-08 15:02:17 -0400 |
commit | b2089619ec4e501c796ea83f0299d54d355d6d4a (patch) | |
tree | b1d1bc0b84e5435eacf0deb71d69142e88195e12 | |
parent | 10a9f2b22cba8f0a68eb968e70b099594b825ec0 (diff) |
Fixed TCA pom - nexusproxy was not set
Change-Id: I8b70ed92480d4baf1191e470daa8de95d58b8608
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-86
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ <jacoco.ut.execution.data.file>${project.build.directory}/coverage-reports/jacoco-ut.exec </jacoco.ut.execution.data.file> <dependency.locations.enabled>false</dependency.locations.enabled> + <nexusproxy>https://nexus.openecomp.org</nexusproxy> </properties> |