Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Labels:None
-
Environment:eclipse callisto j2ee perspective
-
Number of attachments :
Description
There should be a way to define excluding /including attributes for the classpathentry generated by eclipse:eclipse.
Today generated: <classpathentry kind="src" path="src/main/java"/>
Future Prospects: <classpathentry kind="src" excluding="*/.svn/"> path="src/main/java"/>
This would be especially helpful when building projects for scm managed sources. Otherwise you get a lot of warnings because of duplicate ".svn/*" files within the eclipse callisto j2ee perspective.
This feature is requested since maven 1.0 days. http://mail-archives.apache.org/mod_mbox/maven-dev/200306.mbox/%3COFA409C5EC.03A60E5E-ONCA256D3A.00031339-CA256D3A.00037B46@multitask.com.au%3E
Workaround from within eclipse is to share this projects. By doing Team -> Share Project .
This doesn't work in offline mode.
Thx for any advance
Issue Links
- depends upon
-
MECLIPSE-48
eclipse:eclipse goal should handle includes and excludes of the maven-compiler-plugin
-
This patch addresses and properly solve this issue on ressources. But not on source.