Done - please see http://jira.codehaus.org/browse/MECLIPSE-232

Wilko

-----Ursprüngliche Nachricht-----
Von: franz see [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 15. Februar 2007 13:00
An: users@maven.apache.org
Betreff: Re: [m2] Excluding attribute for eclipse maven 2 plugin


Good day to you, Wilko,

I don't think that's supported. You may want to file a jira issue for that in 
[1].

Cheers,
Franz

[1] http://jira.codehaus.org/browse/MECLIPSE


Wilko.kempa wrote:
> 
> Hi
> 
> we are using the maven 2 eclipse plugin with eclipse:eclipse to create 
> our eclipse project files. Unfortunately there seems to be no way to 
> create a classpath entry with an excluding attribute. This would be 
> very helpful to exclude ".svn" files form source path.
> 
> Has anybody an idea on how to create the excluding attribute?
> 
> Now generated (first entry within .classpath file):
> <classpathentry kind="src" path="src/main/java"/>
> 
> Should be:
> <classpathentry kind="src" excluding="**/.svn/*" 
> path="src/main/java"/>
> 
> Without this we get a lot of duplicate ".svn.. file" warnings within 
> the j2ee perspective of eclipse callisto
> 
> I found this request
> http://mail-archives.apache.org/mod_mbox/maven-dev/200306.mbox/%3COFA4
> [EMAIL PROTECTED]
> %3E
> but this seems to be on maven 1.0.
> 
> Thx
> Wilko
> 
> 
> 
> 

--
View this message in context: 
http://www.nabble.com/Excluding-attribute-for-eclipse-maven-2-plugin-tf3233144s177.html#a8984138
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to