Merge "Fix appc deployment build failure"
authorPatrick Brady <pb071s@att.com>
Tue, 11 Apr 2017 19:34:45 +0000 (19:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 11 Apr 2017 19:34:45 +0000 (19:34 +0000)
installation/appc/pom.xml

index 130a093..4df9516 100644 (file)
                                                        <goal>exec</goal>
                                                </goals>
                                                <configuration>
-                                                       <executable>/bin/bash</executable>
+                                                       <executable>bash</executable>
                                                        <environmentVariables>
                                                                <APPC_VERSION>${appc.version}</APPC_VERSION>
                                                                <APPC_OAM_VERSION>${project.version}</APPC_OAM_VERSION>
                                                        <goal>exec</goal>
                                                </goals>
                                                <configuration>
-                                                       <executable>/usr/bin/find</executable>
+                                                       <executable>find</executable>
                                                        <arguments>
                                                                <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument>
                                                                <argument>-name</argument>
                                                                        <goal>exec</goal>
                                                                </goals>
                                                                <configuration>
-                                                                       <executable>/bin/bash</executable>
+                                                                       <executable>bash</executable>
                                                                        <environmentVariables>
                                                                                <APPC_VERSION>${appc.version}</APPC_VERSION>
                                                                                <APPC_OAM_VERSION>${project.version}</APPC_OAM_VERSION>