You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/09/24 14:38:01 UTC

[jira] Closed: (MPECLIPSE-14) Add the ability to exclude source

Message:

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Fri, 24 Sep 2004 8:37 AM

Hi all..  No real activity on this issue, and its pretty old..  I haven't seen the CVS/SVN issue, I think maybe Eclipse 3.0 fixed this issue?  If someone feels strong about the sourceModification part, please complete it and reopen this issue.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-14
    Summary: Add the ability to exclude source
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: 1 week
 Time Spent: Unknown
  Remaining: 1 week

    Project: maven-eclipse-plugin

   Assignee: David Eric Pugh
   Reporter: dion gillard

    Created: Mon, 2 Jun 2003 7:49 PM
    Updated: Fri, 24 Sep 2004 8:37 AM

Description:
>From "Doug Patterson" <do...@gmx.net>

The Eclipse plugin creates a .classpath file with tags like:

<classpathentry kind="src" path="src/java">

Eclipse also supports an excluding attribute that filters out any files
matching the supplied pattern. I tweaked plugin.jelly (patch below) to check
for a maven.eclipse.exclude property in project.properties and modify
kind="src" entries accordingly. For example:

maven.eclipse.exclude=**/.svn/*    # Stop Eclipse complaining about Subversion files




---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org