Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-162

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

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • None
    • None
    • PDE support
    • 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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ivolimmen Ivo Limmen
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: