diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-16 12:38:01 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-16 12:38:13 -0500 |
commit | 7c73d60ecd05cbc15dc12b0961386f48dff75dd4 (patch) | |
tree | a59685fa439a4219a30ac14511d9809f4b2708cd /pom.xml | |
parent | 2f7c70d09fbc42a8cf7a48b299aa2ef0385bbcf7 (diff) |
forgot nexus property
Change-Id: Ia958ba7d08bedd171745c0bd2c7322135d0de748
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> <sonar.jacoco.itReportPath>/opt/app/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> + <nexusproxy>https://nexus.openecomp.org</nexusproxy> </properties> <modules> |