[ http://jira.codehaus.org/browse/MECLIPSE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arnaud Heritier updated MECLIPSE-232:
-------------------------------------
Component/s: Core : Dependencies resolution and build path (.classpath)
> excluding / including attribute classpathentry
> ----------------------------------------------
>
> Key: MECLIPSE-232
> URL: http://jira.codehaus.org/browse/MECLIPSE-232
> Project: Maven 2.x Eclipse Plugin
> Issue Type: Improvement
> Components: Core : Dependencies resolution and build path (.classpath)
> 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/%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
--
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
|