diff options
Diffstat (limited to 'installation/dgbuilder')
-rw-r--r-- | installation/dgbuilder/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index 6df37691..c45046a5 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -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> @@ -104,7 +105,7 @@ <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> |