[ https://issues.apache.org/jira/browse/MASSEMBLY-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728080#comment-16728080 ]
Sylwester Lachiewicz commented on MASSEMBLY-825: ------------------------------------------------ When I test provided pom with latest maven-assembly-plugin 3.1.0 problem no longer occurs. > High memory footprint when jar-with-dependencies is used together with > cxf-codegen-plugin > ----------------------------------------------------------------------------------------- > > Key: MASSEMBLY-825 > URL: https://issues.apache.org/jira/browse/MASSEMBLY-825 > Project: Maven Assembly Plugin > Issue Type: Bug > Affects Versions: 2.5.4, 2.5.5, 2.6 > Environment: Apache Maven 3.3.9 > (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) > Maven home: C:\projects\build\apache-maven-3.3.9\bin\.. > Java version: 1.8.0_102, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.8.0_102\jre > Default locale: en_US, platform encoding: Cp1250 > OS name: "windows server 2008 r2", version: "6.1", arch: "amd64", family: > "dos" > Reporter: Daniel Jelinski > Priority: Major > Attachments: pom.xml > > > When assembly plugin is used together with cxf codegen plugin > (http://cxf.apache.org/docs/maven-cxf-codegen-plugin-wsdl-to-java.html), it > is using up massive amount of memory, leading to frequent OOM errors and long > build times. > Assembly plugin should be isolated from interference from other plugins. If > that is not possible, it should at least print a warning about possible > problems. > Attached POM can be used to replicate the issue. When CXF plugin is commented > out, the problem does not exist. > Workaround: use shade plugin. -- This message was sent by Atlassian JIRA (v7.6.3#76005)