Hey Karl,

Updating plexus-archiver seems to do the trick.

On 29 May 2016 at 15:21, Karl Heinz Marbaise <[email protected]> wrote:

> Hi,
>
> I have checked a setup with -Xmx32m ...which will not work...but if you
> increase to -Xmx40m it will work...
>
> Kind regards
> Karl Heinz Marbaise
> On 5/29/16 3:11 PM, Karl Heinz Marbaise wrote:
>
>> Hi,
>>
>> On 5/26/16 9:13 PM, WonderCsabo wrote:
>>
>>> Hey,
>>>
>>> After i updated the maven-jar-plugin to version 3.0.0, i started to see
>>> these problems on my CI build:
>>>
>>> https://travis-ci.org/WonderCsabo/androidannotations/jobs/132201434#L2473
>>>
>>> I can verify that this only happens with 3.0.0.
>>>
>>
>> Could you please try to configuration the maven-jar-plugin 3.0.0 like
>> this in your build and check if this helps:
>>
>>     <pluginManagement>
>>       <plugins>
>>         <plugin>
>>           <groupId>org.apache.maven.plugins</groupId>
>>           <artifactId>maven-jar-plugin</artifactId>
>>           <version>3.0.0</version>
>>           <dependencies>
>>             <dependency>
>>               <groupId>org.codehaus.plexus</groupId>
>>               <artifactId>plexus-archiver</artifactId>
>>               <version>3.3</version>
>>             </dependency>
>>           </dependencies>
>>         </plugin>
>>       </plugins>
>>     </pluginManagement>
>>
>>
>> Kind regards
>> Karl Heinz Marbaise
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to