Skip to content

deepakhalale/maven

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

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2016
Oct 15, 2016
Sep 25, 2016
Jun 25, 2016
Oct 21, 2016
Oct 15, 2016
Oct 19, 2016
Oct 15, 2016
Sep 20, 2016
Oct 31, 2016
Dec 4, 2015
Oct 15, 2016
May 28, 2016
Oct 19, 2016
Oct 19, 2016
Jan 29, 2013
Mar 15, 2015
Sep 11, 2013
Jan 3, 2015
May 28, 2016
Dec 14, 2014
Dec 11, 2015
Oct 19, 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%