You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/11/01 14:33:51 UTC

[jira] Commented: (MECLIPSE-273) Several resource directories with different includes and eclipse

    [ http://jira.codehaus.org/browse/MECLIPSE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=152650#action_152650 ] 

Benjamin Bentmann commented on MECLIPSE-273:
--------------------------------------------

Just [checkout the sources|http://maven.apache.org/plugins/maven-eclipse-plugin/source-repository.html] (but replace {{tags/...}} with {{maven-eclipse-plugin}} in the given URLs, i.e. patch trunk and not the tag) and hack your way. Be sure to also provide a test case that proves your patch is functional.

> 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