CLONE -Filtering does not work when using in fileSet inside moduleSet
---------------------------------------------------------------------

                 Key: MASSEMBLY-207
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-207
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-1
         Environment: win32
            Reporter: Liya Jan


i have a descriptor : 
        <moduleSet>
                  <includes>
                        <include>com.cc:module1</include>
                        <include>com.cc:module2</include>
                        <include>com.cc:module3</include>
                  </includes>
                  <sources>
                          <fileSets>
                                  <fileSet>                                     
                                        <directory>src/main</directory>
                                        <filtered>true</filtered>
                                        <outputDirectory>core</outputDirectory>
                                        <includes>
                                                <include>conf/*</include>
                                        </includes>     
                                  </fileSet>                              
                        </fileSets>     
                        <includeModuleDirectory>false</includeModuleDirectory>
                  </sources>             
        </moduleSet>

and although there is "<filtered>true</filtered>", the copied sources are not 
filtered.

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