Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: PDE support
-
Labels:None
Description
I have a project that build a war file. It has an extra reference for resources that must not be included in the classpath when running eclipse:eclipse. I added the following to my pom:
<resources>
<resource>
<directory>../build/config</directory>
<filtering>true</filtering>
<includes>
<include>**</include>
</includes>
</resource>
</resources>
But now in Eclipse i have an extra source path to this location, this is not usefull as it contains unfiltered property files.
Issue Links
- is related to
-
MECLIPSE-165
Ability to exclude filtered resources from eclipse's source directories
-
- relates to
-
MECLIPSE-444
Included Resources break the classpath file and prevent eclipse from building
-
-
MECLIPSE-48
eclipse:eclipse goal should handle includes and excludes of the maven-compiler-plugin
-
This issue is resolved under
MECLIPSE-48, afaict.MECLIPSE-48, afaict.