Skip to content

prudhvigodithi/maven

This branch is 5001 commits behind apache/maven:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2017
Apr 12, 2017
May 16, 2017
May 16, 2017
Aug 15, 2017
Aug 15, 2017
Aug 1, 2017
Aug 2, 2017
May 21, 2017
Apr 3, 2017
May 24, 2017
Apr 3, 2017
Apr 3, 2017
Apr 3, 2017
Feb 18, 2017
Jan 29, 2013
Mar 15, 2015
Mar 28, 2017
Sep 11, 2013
Jan 3, 2015
Jan 24, 2017
Dec 14, 2014
Apr 7, 2017
Aug 15, 2017

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 -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.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.5%
  • Other 0.5%