jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Eclipse Plugin
  • MECLIPSE-162

Ability to exclude a resource / source path from being added to the classpath file

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Wish Wish
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: PDE support
  • Labels:
    None

Description

I have a project that build a war file. It has an extra reference for resources that must not be included in the classpath when running eclipse:eclipse. I added the following to my pom:

<resources>
<resource>
<directory>../build/config</directory>
<filtering>true</filtering>
<includes>
<include>**</include>
</includes>
</resource>
</resources>

But now in Eclipse i have an extra source path to this location, this is not usefull as it contains unfiltered property files.

Issue Links

is related to

New Feature - A new feature of the product, which has yet to be developed. MECLIPSE-165 Ability to exclude filtered resources from eclipse's source directories

  • Major - Major loss of function.
  • Open - The issue is open and ready for the assignee to start work on it.
relates to

Bug - A problem which impairs or prevents the functions of the product. MECLIPSE-444 Included Resources break the classpath file and prevent eclipse from building

  • Major - Major loss of function.
  • Open - The issue is open and ready for the assignee to start work on it.

Improvement - An improvement or enhancement to an existing feature or task. MECLIPSE-48 eclipse:eclipse goal should handle includes and excludes of the maven-compiler-plugin

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Richard van der Hoff added a comment - 03/Jan/07 3:07 PM

This issue is resolved under MECLIPSE-48, afaict.

Show
Richard van der Hoff added a comment - 03/Jan/07 3:07 PM This issue is resolved under MECLIPSE-48, afaict.

People

  • Assignee:
    Unassigned
    Reporter:
    Ivo Limmen
Vote (5)
Watch (4)

Dates

  • Created:
    21/Sep/06 3:07 AM
    Updated:
    25/Apr/08 7:08 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.