Hi,
This year, at ApacheCON Europe, Arnaud Héritier and I will give a talk about
Maven to manage multiple JDK versions
https://apacheconcore2015.sched.org/event/21dc5f1df9a512107775b50c455994d1#.VbKsmXWx2dA
I hope we'll see a lot of Maven addicts :)
Regards,
Hervé
-- Message transmit
Hi Karl Heinz,
Karl Heinz Marbaise wrote:
> Hi,
>
> On 7/24/15 9:35 AM, Jörg Schaible wrote:
>> Hi Karl Heinz,
>>
>> Karl Heinz Marbaise wrote:
>>
>>> Hi,
>>>
>>> >
= %< =
$ MAVEN_OPTS=-Xmx4096m mvn validate
>>>
>>> Why are you setting to 4 GiB ?
>
Hi,
On 7/24/15 9:35 AM, Jörg Schaible wrote:
Hi Karl Heinz,
Karl Heinz Marbaise wrote:
Hi,
>
= %< =
$ MAVEN_OPTS=-Xmx4096m mvn validate
Why are you setting to 4 GiB ?
but for Maven 3.0.5 you only setting to 1.5 GiB ?
Because with M305 I *can* build
Hello Jörg,
this seems to be a really big project. We have a similar situation
(department-pom, which manages a lot of external dependencies and
internal dependencies as well as plugin versions and even executions).
And of course the internal dependencies use different versions of this
department
Hi Igor,
Igor Fedorenko wrote:
> I am pretty sure somebody provided an example project that showed memory
> increase in Maven 3.2.x some time last year iirc.
That was me. I've provided everything to run "mvn validate" on the project
tree. I have that archive still around.
> Could have been dir
Hi Christian,
Kristian Rosenvold wrote:
> You still do not have any publicly available project to reproduce this ?
Unfortunately it is not public. But I have (still) an archive with a project
tree containing anything required to run "mvn validate" (incl. the "remote"
repos and the local repo).
Hi Karl Heinz,
Karl Heinz Marbaise wrote:
> Hi,
>
> >
>> = %< =
>> $ MAVEN_OPTS=-Xmx4096m mvn validate
>
> Why are you setting to 4 GiB ?
>
> but for Maven 3.0.5 you only setting to 1.5 GiB ?
Because with M305 I *can* build the project with "just" 1.5 GB,