excluding / including attribute classpathentry
----------------------------------------------

                 Key: MECLIPSE-232
                 URL: http://jira.codehaus.org/browse/MECLIPSE-232
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Improvement
    Affects Versions: 2.3
         Environment: eclipse callisto j2ee perspective
            Reporter: Wilko Kempa


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/[EMAIL PROTECTED]

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




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to