summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/pom.xml')
-rw-r--r--sdnr/wt/odlux/framework/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml
index 1c6867343..e60b6986d 100644
--- a/sdnr/wt/odlux/framework/pom.xml
+++ b/sdnr/wt/odlux/framework/pom.xml
@@ -44,6 +44,11 @@
<directory>../node_modules</directory>
<followSymlinks>false</followSymlinks>
</fileset>
+ <!-- eclipse bug build bin folder in basedir -->
+ <fileset>
+ <directory>bin</directory>
+ <followSymlinks>false</followSymlinks>
+ </fileset>
</filesets>
</configuration>
</plugin>