You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Charley Watson (JIRA)" <ji...@codehaus.org> on 2011/08/29 20:51:32 UTC

[jira] Issue Comment Edited: (MASSEMBLY-327) Using filtered within dependencySet unpackOptions

    [ https://jira.codehaus.org/browse/MASSEMBLY-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=277302#comment-277302 ] 

Charley Watson edited comment on MASSEMBLY-327 at 8/29/11 1:50 PM:
-------------------------------------------------------------------

this appears to be related to MASSEMBLY-554 which hasn't been addressed.  

      was (Author: wkwan0423):
    this appears to be related to MASSEMBLY-544 which hasn't been addressed.  
  
> Using filtered within dependencySet unpackOptions
> -------------------------------------------------
>
>                 Key: MASSEMBLY-327
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-327
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-2
>            Reporter: Andy Yeung
>            Assignee: John Casey
>
> The files within the unpacked jar did not apply the filters defined.
> pom configuration includes
> 				<configuration>
> 					<filters>
> 						<filter>src/assemble/filter.properties</filter>
> 					</filters>
> 				</configuration>
> which contains 
>    storage.id=abcde
> assembly.xml defines dependency set
> 		<dependencySet>
> 			<outputDirectory>/snp-agent1</outputDirectory>
> 			<unpack>true</unpack>
> 			<unpackOptions>
> 				<filtered>true</filtered>
> 			</unpackOptions>
> 			<scope>runtime</scope>
> 			<includes>
> 				<include>
> 					XXX.agent:agent-ear-config
> 				</include>
> 			</includes>
> 		</dependencySet>
> However, the files within are not filtered.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira