[
http://jira.codehaus.org/browse/MECLIPSE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=154379#action_154379
]
Andreas Höhmann commented on MECLIPSE-273:
------------------------------------------
I try to document the setup for eclipse in my blog
http://ahoehma.wordpress.com/2008/11/16/hacking-maven-eclipse-plugin-with-eclipse-ide/
I guess the right place is the method extractResourceDirs in EclipsePlugin
(line 1430) ...
there is a comment :D
// TODO: figure out how to merge if the same dir is specified twice
// with different in/exclude patterns.
Where is the right place for "discussions", e.g. how we can implement such a
merge-algorithm?
> Several resource directories with different includes and eclipse
> ----------------------------------------------------------------
>
> Key: MECLIPSE-273
> URL: http://jira.codehaus.org/browse/MECLIPSE-273
> Project: Maven 2.x Eclipse Plugin
> Issue Type: Bug
> Components: Core : Dependencies resolution and build path
> (.classpath)
> Affects Versions: 2.3
> Reporter: ol
> Attachments: 113428_295.jpg
>
>
> I define the resources like this in my project :
> <resources>
> <resource>
> <directory>src/main/resources</directory>
> <filtering>true</filtering>
> <includes>
> <include>p1.properties</include>
> </includes>
> </resource>
> <resource>
> <directory>src/main/resources</directory>
> <filtering>false</filtering>
> <includes>
> <include>p2.properties</include>
> </includes>
> </resource>
> </resources>
> Then I execute the maven-eclipse-plugin to generate the .classpath and
> .project file.
> The result is not why I expected :
> - only the first resource definition is taken into account (see screenshot)
> > the file p2.properties is not copied by the eclipse build mechanism.
> Proposed solution:
> When we define 2 resource definition on the same 'directory', the
> 'maven-eclipse-plugin' should merge the includes and excludes elements.
--
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