aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack <michael.duerre@highstreet-technologies.com>2019-07-27 13:23:27 +0200
committerJack <michael.duerre@highstreet-technologies.com>2019-07-27 13:23:55 +0200
commit413a6a60cf295c849f1611bb169bb7c41289b251 (patch)
treef9b2c02febb405ebd060b3b0a6e852dc2c186ce4
parent58296c67f547cc93af37b9f0cac9bb1595dd0b53 (diff)
fix proxy build error
prevent adding maven proxy settings to lerna execution Issue-ID: SDNC-821 Signed-off-by: Jack <michael.duerre@highstreet-technologies.com> Change-Id: Ibe2ee80af572dff7c7fde4e0e112a3e886cbeffe
-rw-r--r--sdnr/wt/odlux/framework/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml
index d1e0645c5..3b78f39ba 100644
--- a/sdnr/wt/odlux/framework/pom.xml
+++ b/sdnr/wt/odlux/framework/pom.xml
@@ -16,7 +16,7 @@
<properties>
<buildtime>${maven.build.timestamp}</buildtime>
<distversion>ONAP Dublin (Flourine-SR2)</distversion>
- <buildno>10.2befc1b(19/06/07)</buildno>
+ <buildno>12.c51336e(19/07/25)</buildno>
<odlux.version>ONAP SDN-R | ONF Wireless for ${distversion} - Build: ${buildtime} ${buildno} ${project.version}</odlux.version>
</properties>
<licenses>
@@ -92,6 +92,7 @@
</goals>
<phase>initialize</phase>
<configuration>
+ <lernaInheritsProxyConfigFromMaven>false</lernaInheritsProxyConfigFromMaven>
<arguments>bootstrap</arguments>
<installDirectory>${project.basedir}</installDirectory>
<workingDirectory>${project.basedir}/../</workingDirectory>