summaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2021-11-09 15:03:53 +0000
committerAndré Schmid <andre.schmid@est.tech>2021-11-09 15:19:14 +0000
commit74936a9589274f2b94d8f82f45482805b7741ef2 (patch)
treec0a452b06ab91422ba4772dfb3ac164283847209 /asdctool/pom.xml
parent707fb6d83819058d5736b2dc38bea3c2d9e07a2d (diff)
Remove unnecessary resource filtering on build
Removes unnecessary resource filtering in asdctool project, configured for the folder "/catalog-be/src/main/resources/import/tosca". Change-Id: I71edfed679b11b2fc28b761657b0424a14d6e7d7 Issue-ID: SDC-3782 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 0d4f12dc7b..231104edb9 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -717,7 +717,6 @@
<resource>
<directory>${project.parent.basedir}/catalog-be/src/main/resources/import/tosca
</directory>
- <filtering>true</filtering>
</resource>
</resources>
</configuration>