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

                 Key: MECLIPSE-162
                 URL: http://jira.codehaus.org/browse/MECLIPSE-162
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Wish
          Components: PDE support
            Reporter: Ivo Limmen


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.

-- 
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

        

Reply via email to