Add ls in build
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0f3fddc..ab641a6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                        </execution>
                                                        </executions>
                                                        <configuration>
-                                                                       <executable>docker</executable>
+                                                                       <executable>ps</executable>
                                                                        <arguments>
-                                                                               <argument>info</argument>
+                                                                                       <argument>-ef</argument>
                                                                        </arguments>
                                                        </configuration>
                                        </plugin>
-                               
                                        <plugin>
                                                        <groupId>org.apache.maven.plugins</groupId>
                                                        <artifactId>maven-antrun-plugin</artifactId>
                                                                                        </goals>
                                                                                        <configuration>
                                                                                                        <tasks>
-                                                                                                                       <echo>******** Displaying value of property ********</echo>
-                                                                                                                       <echo>Docker host set:${env.DOCKER_HOST}</echo>
+                                                                                                                       <echo>******** Displaying value of properties ********</echo>
+                                                                                                                       <echo>http proxy:${env.HTTP_PROXY}</echo>
+                                                                                                                       <echo>https proxy:${env.HTTPS_PROXY}</echo>
                                                                                                        </tasks>
                                                                                        </configuration>
                                                                        </execution>
                                                        </executions>
                                        </plugin>
-                               
                                        <!-- Scan Clamp code and generate the swagger.json file with all the APIs -->
                                        <plugin>
                                                <groupId>com.sebastian-daschner</groupId>
                                                                <artifactId>docker-maven-plugin</artifactId>
                                                                <version>1.1.0</version>
                                                                <configuration>
+                                                               <dockerHost>unix:///var/run/docker.sock</dockerHost>
                                                                                <imageName>onap/clamp</imageName>
                                                                                <dockerDirectory>src/main/docker</dockerDirectory>
                                                                                <serverId>docker-hub</serverId>