summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
index 7f4f5e4532..2f5d68c6f9 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/tools/eclipse/plugins/core/pom.xml
@@ -68,6 +68,11 @@
</dependencies>
<build>
+ <!-- TUSCANY-3858: Specify filters here, not in plugin execution configuration -->
+ <filters>
+ <filter>${basedir}/../../target/filter.properties</filter>
+ </filters>
+
<resources>
<resource>
<directory>${basedir}</directory>
@@ -97,9 +102,6 @@
</goals>
<configuration>
<outputDirectory>${basedir}</outputDirectory>
- <filters>
- <filter>${basedir}/../../target/filter.properties</filter>
- </filters>
<resources>
<resource>
<directory>${basedir}/filtered-resources</directory>