Proxy settings in pom without switch 85/30885/1
authorAvinash S <avinash.s@huawei.com>
Thu, 8 Feb 2018 13:41:15 +0000 (13:41 +0000)
committerAvinash S <avinash.s@huawei.com>
Thu, 8 Feb 2018 13:41:15 +0000 (13:41 +0000)
Proxy settings in pom without switch seems to be causing
the npm download issues. Better set proxy settings in
settings.xml meanwhile. Removing these changes for now
to try fix docker build issue.
Issue-ID: VNFSDK-141

Change-Id: Iad8f311210a9555c614c8b14b878b4816430ad0c
Signed-off-by: Avinash S <avinash.s@huawei.com>
vnfmarket-be/deployment/docker/docker-postgres/pom.xml
vnfmarket-be/deployment/docker/docker-refrepo/pom.xml

index ef01bc5..e4c8d5a 100644 (file)
                             </build>
                            </image>
                       </images>
-                      <buildArgs>
-                                                                       <http_proxy>${HTTP_PROXY}</http_proxy>
-                                                                       <https_proxy>${HTTPS_PROXY}</https_proxy>
-                                                                       <no_proxy>localhost,127.0.0.1</no_proxy>
-                                                               </buildArgs>
                    </configuration>
                       <executions>
                            <execution>
index 3272d9f..347ae06 100644 (file)
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>com.spotify</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
-                <version>0.4.11</version>
+                <version>1.0.0</version>
                 <configuration>
                     <verbose>true</verbose>
                     <imageName>onap/refrepo</imageName>
                             </includes>
                         </resource>
                     </resources>
-                     <buildArgs>
-                                                                       <http_proxy>${HTTP_PROXY}</http_proxy>
-                                                                       <https_proxy>${HTTPS_PROXY}</https_proxy>
-                                                                       <no_proxy>localhost,127.0.0.1</no_proxy>
-                                                               </buildArgs>
                 </configuration>
                
                 <executions>