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 <khmarba...@gmx.de> 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.0
you need Maven 3.3.9 to build Maven 3.4.0...Details [1].

That is fine. I really thought it would be worse: Building maven 2 with
1, 3 with 2, or worse.

But it seams I have to go back some way. Where should I start? Is
there some manual? What exactly is maven core, is that enough?

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 usually from command line like this:

mvn clean package

You can clone the above git repo and change to Tag: maven-3.3.9 and there you will find build.xml for an Ant build...If you have finished Maven 3.3.9 you can use Maven 3.3.9 to build 3.4.0 (currently not released)...


http://maven.apache.org/source-repository.html



The question is why do you want to do that?

It is out of curiosity, and a not too serious BLOB-fearfulness.

BLOB ?

>  And
finally I played around with GuixSD in the last time and wondered how
to get Maven into there as a deterministically from source
compiled package.

Why not using the available binaries ? There packages for linux which only need a JDK ?

Those packages are compiled from Source as well ?

Do you build JDK also from source ?


Kind regards
Karl Heinz Marbaise

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

Reply via email to