You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Liya Jan (JIRA)" <ji...@codehaus.org> on 2007/05/01 22:38:26 UTC

[jira] Created: (MASSEMBLY-207) CLONE -Filtering does not work when using in fileSet inside moduleSet

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

        

[jira] Closed: (MASSEMBLY-207) CLONE -Filtering does not work when using in fileSet inside moduleSet

Posted by "Liya Jan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liya Jan closed MASSEMBLY-207.
------------------------------

    Resolution: Duplicate

cloned by mistake

> 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