[Docker] Dgbuilder docker image does not build
[sdnc/oam.git] / installation / dgbuilder / pom.xml
index 6df3769..c45046a 100644 (file)
@@ -96,6 +96,7 @@
                        <plugin>
                                <artifactId>exec-maven-plugin</artifactId>
                                <groupId>org.codehaus.mojo</groupId>
+                               <version>1.5.0</version>
                                <executions>
                                        <execution>
                                                <id>make-path</id>
                                                        <goal>exec</goal>
                                                </goals>
                                                <configuration>
-                                                       <executable>/bin/mkdir</executable>
+                                                       <executable>/bin/echo</executable>
                                                        <arguments>
                                                                <argument>-p</argument>
                                                                <argument>${basedir}/target/docker-stage/opt/openecomp/sdnc</argument>