Re: Building Maven from scratch

2016-08-25 Thread Björn Höfling
Hi Karl Heinz, On Wed, 24 Aug 2016 19:54:07 +0200 Karl Heinz Marbaise wrote: > First we call Maven Core this: > > https://git-wip-us.apache.org/repos/asf/maven.git > > which is Maven itself and in the end can be downloaded from > http://maven.apache.org/download.html and what you call usuall

Re: Building Maven from scratch

2016-08-24 Thread Karl Heinz Marbaise
Hi Björn, On 24/08/16 08:57, Björn Höfling wrote: Hi Karl Heinz, On Tue, 23 Aug 2016 21:51:11 +0200 Karl Heinz Marbaise wrote: Hi Björn, On 23/08/16 08:25, Björn Höfling wrote: I want to build maven without haven _ANY_ maven/plugin binary. How can I do that? First you can do that only ti

Re: Building Maven from scratch

2016-08-23 Thread Björn Höfling
Hi Karl Heinz, On Tue, 23 Aug 2016 21:51:11 +0200 Karl Heinz Marbaise wrote: > Hi Björn, > > On 23/08/16 08:25, Björn Höfling wrote: > > I want to build maven without haven _ANY_ maven/plugin binary. How > > can I do that? > > First you can do that only till Maven 3.3.9 starting with Maven 3.4

Re: Building Maven from scratch

2016-08-23 Thread Karl Heinz Marbaise
Hi Björn, On 23/08/16 08:25, Björn Höfling wrote: I want to build maven without haven _ANY_ maven/plugin binary. How can I do that? First you can do that only till Maven 3.3.9 starting with Maven 3.4.0 you need Maven 3.3.9 to build Maven 3.4.0...Details [1]. The question is why do you want

Re: Building Maven from scratch

2016-08-22 Thread Anders Hammar
I doubt this is possible. We used to support building Maven core with Ant, but IIRC a fairly recent discussion resulted in a decision to stop supporting that. So you need Maven installed to build Maven core. More info here: http://maven.apache.org/guides/development/guide-building-maven.html /Ande

Re: Building Maven from scratch

2016-08-22 Thread Igor Fedorenko
Out of curiosity, what is your usecase? -- Regards, Igor On Tue, Aug 23, 2016, at 02:25 AM, Björn Höfling wrote: > I want to build maven without haven _ANY_ maven/plugin binary. How can > I do that? > > I found out that there is a build.xml and it start building a first > version of Maven. But

Building Maven from scratch

2016-08-22 Thread Björn Höfling
I want to build maven without haven _ANY_ maven/plugin binary. How can I do that? I found out that there is a build.xml and it start building a first version of Maven. But then it needs plugins to go further. I found the plugins source here: https://maven.apache.org/plugins/ But these have only p