You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/11/23 05:17:43 UTC

[jira] Commented: (CXF-1228) The file with same full name will be overwrited when create bundle jar

    [ https://issues.apache.org/jira/browse/CXF-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544920 ] 

Daniel Kulp commented on CXF-1228:
----------------------------------


You would need to provide more concrete details.


The Shade plugin that is used to do the bundling has transformers that can be used to "merge" things together.   For example, we have a transformers for doing appending, xml appending, and our  own that we wrote (in buildtools) for doing the tools-plugin.xml files.




> The file with same full name will be overwrited when create bundle jar
> ----------------------------------------------------------------------
>
>                 Key: CXF-1228
>                 URL: https://issues.apache.org/jira/browse/CXF-1228
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 2.0.3
>            Reporter: jimma
>             Fix For: 2.0.4
>
>
> If  there is a file : META-INF/config.xml  in  api module and there is same name file : META-INF/config.xml in runtime module . When create bundle jar , the same name file will be overwrited. This will cause different behavior between using bundle jar and menifest jar . Is there any approach to let the maven plugin  prompt  overwriting ?  
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.