Skip to content

kgym/maven

This branch is 114 commits ahead of, 5127 commits behind apache/maven:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2016
Feb 11, 2016
Jan 26, 2016
Jan 19, 2016
Feb 3, 2016
Apr 15, 2016
Feb 26, 2016
Apr 10, 2016
Mar 7, 2016
Jan 19, 2016
Dec 4, 2015
Feb 16, 2016
Dec 29, 2015
Nov 11, 2015
Jan 29, 2013
Mar 15, 2015
Sep 11, 2013
Jan 3, 2015
Dec 12, 2015
Dec 14, 2014
Dec 11, 2015
Feb 24, 2016

Repository files navigation

Maven

Maven is available under the Apache License, Version 2.0

Bootstrapping Basics

If you want to bootstrap Maven, you'll need:

  • Java 1.7+
  • Maven 3.0.5 or later

Run Maven, specifying a location into which the completed Maven distro should be installed:

mvn -DdistributionTargetFolder="$HOME/app/maven/apache-maven-3.4.x-SNAPSHOT" clean package

Once the build completes, you should have a new Maven distro ready to roll in that directory!

About

Mirror of Apache Maven

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%