Ability to add extra resource folders only to the eclipse .classpath (and not to the maven build) -------------------------------------------------------------------------------------------------
Key: MECLIPSE-645 URL: http://jira.codehaus.org/browse/MECLIPSE-645 Project: Maven 2.x Eclipse Plugin Issue Type: Improvement Affects Versions: 2.8 Reporter: Michael Wenig We have - in nearly every project - some resources which should only be used during development inside eclipse - but should not be included in the central maven builds. These are for example configuration-properties, log-configs etc. which are only used by the developers as they are replaced and externally stored on every other system (testing and prod). Actually we are storing them in a folder src/main/resources-local which is NOT mentioned in the pom so maven ignores that. Then we have to manually add this folder as a source folder after each regeneration of the project configuration. It would be great if this could be configured in the maven-eclipse-plugin so it is added automatically. We may NOT define this as a maven-resource at this would bring these files into the productive artifact. -- 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