diff options
author | mmis <michael.morris@ericsson.com> | 2018-03-08 12:22:17 +0000 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-03-08 12:23:27 +0000 |
commit | 289e35d52503eda71d870da734ab23fc96ba0e8c (patch) | |
tree | e49a4c5155ef423dd8df8a5ef1c36253d6d51d9c /packages | |
parent | 301d66ae2647f94c066196110a5cd83fdd573591 (diff) |
Remove filtering from packages/docker/pom
Filtering should not be applied in the maven-resources-plugin execution as
this incorecttly modifes the scripts copied by this plugin
Issue-ID: POLICY-652
Change-Id: I92c73af6830f81ee3fbcdda68333a67378ce08a2
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/docker/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index 68b4d9266..e73ff4d24 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -82,7 +82,6 @@ <resources> <resource> <directory>src/main/docker</directory> - <filtering>true</filtering> </resource> </resources> </configuration> |