diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-05 17:38:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-05 17:38:41 +0000 |
commit | 0e1fcbcd4e73fc64f21b5a29bda4cf106df7154d (patch) | |
tree | 7d6ad98d37c66d2f00ecdea4dcbf4e66eae04696 /installation/ansible-server/pom.xml | |
parent | f2e7b59311c80c099d405c1c8d23b58c8046571d (diff) | |
parent | 80020fa702bd05f04d5b1f6b5fc4b33c3a9d62af (diff) |
Merge "reduce sdnc-ansible-server image footprint"
Former-commit-id: fb338f54998e023140f3fdd2c0d07e57f7e1f879
Diffstat (limited to 'installation/ansible-server/pom.xml')
-rw-r--r-- | installation/ansible-server/pom.xml | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 991aa91f..3c22fd7a 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -62,7 +62,7 @@ <version>2.6</version> <executions> <execution> - <id>copy-dockerfile</id> + <id>copy-files</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> @@ -71,29 +71,9 @@ <outputDirectory>${basedir}/target/docker-stage</outputDirectory> <resources> <resource> - <directory>src/main/docker</directory> + <directory>src/main</directory> <includes> - <include>Dockerfile</include> - </includes> - <filtering>true</filtering> - </resource> - </resources> - </configuration> - </execution> - - <execution> - <id>copy-yml</id> - <goals> - <goal>copy-resources</goal> - </goals><!-- here the phase you need --> - <phase>validate</phase> - <configuration> - <outputDirectory>${basedir}/target/docker-stage/opt/onap/ccsdk/Playbooks</outputDirectory> - <resources> - <resource> - <directory>src/main/yml</directory> - <includes> - <include>*</include> + <include>**/*</include> </includes> <filtering>false</filtering> </resource> |