[ 
http://jira.codehaus.org/browse/MNG-5054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MNG-5054.
----------------------------------

    Resolution: Duplicate
      Assignee: Benjamin Bentmann

> parent pom and it's children
> ----------------------------
>
>                 Key: MNG-5054
>                 URL: http://jira.codehaus.org/browse/MNG-5054
>             Project: Maven 2 & 3
>          Issue Type: Wish
>          Components: POM
>    Affects Versions: 3.0.1
>         Environment: windows 2003,jdk1.6
>            Reporter: qianxuechao
>            Assignee: Benjamin Bentmann
>
> in parent pom:
>               <resources>
>                       <resource>
>                               <directory>main/src</directory>
>                               <includes>
>                                       <include>**/*.*</include>
>                               </includes>
>                       </resource>
>               </resources>
> and in child pom:
>                       <resource>
>                               <directory>main/resources</directory>
>                               <includes>
>                                       <include>**/*.*</include>
>                               </includes>
>                       </resource>
> what really i want is :
>       <resource>
>         <directory>main/resources</directory>
>         <includes>
>           <include>**/*.*</include>
>         </includes>
>       </resource>
>       <resource>
>         <directory>main/src</directory>
>         <includes>
>           <include>**/*.*</include>
>         </includes>
>       </resource>
> but the fact is that what i declared in parent pom does not work.
>     but when child pom does not contain the "resource", it works

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