Re: maven-jar-plugin out of heap space

2016-06-09 Thread Csaba Kozák
Hey,

It is good news! Thanks again.

BR,
Csaba


Re: maven-jar-plugin out of heap space

2016-06-08 Thread Karl Heinz Marbaise

Hi,

the VOTE for a fixed version maven-jar-plugin will be finished within a 
few days which includes this fix..

so only a few days to live with this remporary solution.

Kind regards
Karl Heinz  Marbaise

On 6/8/16 11:48 PM, Csaba Kozák wrote:

Hey Karl,

Updating plexus-archiver seems to do the trick.

On 29 May 2016 at 15:21, Karl Heinz Marbaise  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:


  

  org.apache.maven.plugins
  maven-jar-plugin
  3.0.0
  

  org.codehaus.plexus
  plexus-archiver
  3.3

  

  



Kind regards
Karl Heinz Marbaise





-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-jar-plugin out of heap space

2016-06-08 Thread Csaba Kozák
Hey Karl,

Updating plexus-archiver seems to do the trick.

On 29 May 2016 at 15:21, Karl Heinz Marbaise  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:
>>
>> 
>>   
>> 
>>   org.apache.maven.plugins
>>   maven-jar-plugin
>>   3.0.0
>>   
>> 
>>   org.codehaus.plexus
>>   plexus-archiver
>>   3.3
>> 
>>   
>> 
>>   
>> 
>>
>>
>> Kind regards
>> Karl Heinz Marbaise
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: maven-jar-plugin out of heap space

2016-05-29 Thread Karl Heinz Marbaise

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:


  

  org.apache.maven.plugins
  maven-jar-plugin
  3.0.0
  

  org.codehaus.plexus
  plexus-archiver
  3.3

  

  



Kind regards
Karl Heinz Marbaise


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-jar-plugin out of heap space

2016-05-29 Thread Karl Heinz Marbaise

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:



  

  org.apache.maven.plugins
  maven-jar-plugin
  3.0.0
  

  org.codehaus.plexus
  plexus-archiver
  3.3

  

  



Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven-jar-plugin out of heap space

2016-05-28 Thread Kristian Rosenvold
This issue has been fixed in plexus archiver, which has not been released
yet.

Kristian
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.

Regard,
Csaba



--
View this message in context:
http://maven.40175.n5.nabble.com/maven-jar-plugin-out-of-heap-space-tp5869355.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


Re: maven-jar-plugin out of heap space

2016-05-28 Thread Anders Hammar
Please file a ticket at https://issues.apache.org/jira/browse/MJAR

Provide as much details (Maven version, JDK, OS, etc) as possible and
preferably a project to reproduce.

/Anders

On Thu, May 26, 2016 at 9:13 PM, WonderCsabo <kozakcs...@gmail.com> 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.
>
> Regard,
> Csaba
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/maven-jar-plugin-out-of-heap-space-tp5869355.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


maven-jar-plugin out of heap space

2016-05-26 Thread WonderCsabo
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.

Regard,
Csaba



--
View this message in context: 
http://maven.40175.n5.nabble.com/maven-jar-plugin-out-of-heap-space-tp5869355.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org