Apache Maven core
Go to file
Jason van Zyl f50f1b610e o update the scripts for maven for the change in the location of classworlds,
which reflects the location that the plexus runtime builder places
  classworlds

o change the internal configuration to match some of the changes made to
  plexus to account for elimination of xstream as a dependency. We're not
  all the way there because xstream is still required in the plugin tools.

o a little exception handler stub which I'm going to use to clean up the
  huge stack traces that comes out. Going to map specific exceptions to
  specific errors messages and to specific entries in a FAQ to help users
  learn about commons errors.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163202 13f79535-47bb-0310-9956-ffa450edef68
2004-10-23 13:37:18 +00:00
benchmark o Adding <modelVersion> to the poms. 2004-07-05 20:12:50 +00:00
maven-1.x-integration Initial revision 2004-09-17 22:03:03 +00:00
maven-artifact o remove the use of the deprecated basedir field in PlexusTestCase and use 2004-10-23 13:33:59 +00:00
maven-core o update the scripts for maven for the change in the location of classworlds, 2004-10-23 13:37:18 +00:00
maven-core-it MNG-86. Fix bootstrap failures when M2_HOME contains spaces. 2004-09-30 08:49:20 +00:00
maven-core-it-plugin Initial revision 2004-09-23 16:42:23 +00:00
maven-core-it-support o Adding <modelVersion>. 2004-07-01 02:11:35 +00:00
maven-core-it-verifier o change the reference to the location of classworlds ... this is bad, 2004-10-23 13:32:39 +00:00
maven-mboot Use maven.properties in all code instead of build.properties. 2004-07-27 13:23:36 +00:00
maven-mboot2 o update for the api/impl separation in Plexus 2004-10-23 13:31:15 +00:00
maven-meeper add maven-plugins repository sync 2004-10-15 12:10:26 +00:00
maven-model o adding in the per goal/mojo configuration 2004-10-03 19:25:15 +00:00
maven-plugin o Added setMojos(List) and setDependencies(List), each of which make defensive copies of the lists, to support non-xstream component-set-descriptor generation (esp. for script-based mojos). 2004-08-10 02:39:59 +00:00
maven-plugin-loaders/maven-marmalade-loader o Updated with the plexus-marmalade-factory dependency to get the PlexusComponentTag interface, so this loader's mojos will be compatible with the marmalade component factory 2004-08-10 03:29:45 +00:00
maven-plugin-tools o the required field was not being written out correctly. now it is and an exception is thrown when a required parameter is null. 2004-09-30 16:10:30 +00:00
maven-plugins o accounting for a change i just made in maven-core 2004-09-30 15:46:38 +00:00
maven-repository-tools *** empty log message *** 2004-08-31 23:53:25 +00:00
.cvsignore o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00
README.txt o added an offline mode for the bootstrap 2004-07-27 16:57:59 +00:00
ci.sh wrong date format 2004-09-20 05:13:19 +00:00
m2-bootstrap-all.bat MNG-86. Fix bootstrap failures when M2_HOME contains spaces. 2004-09-30 08:49:20 +00:00
m2-bootstrap-all.sh make integration tests run under java 2004-09-09 11:13:12 +00:00
mboot.jar o Fixing MNG-90: 2004-10-11 22:56:47 +00:00
pom.xml o Ops, removing dependencies that shouldn't be there. 2004-10-18 18:14:48 +00:00
upgrading-dependencies.apt some notes on changing dependencies 2004-10-23 13:28:06 +00:00

README.txt

-------------------------------------------------------------------------------
Bootstrapping Maven
-------------------------------------------------------------------------------

To bootstrap Maven you must have a ~/maven.properties file with the following
entries:

maven.home = /path/to/your/maven/installation
maven.repo.local = /path/to/your/local/repository

Once you have your ~/maven.properties setup then:

java -jar mboot.jar 

Should do the trick to produce a working installation of Maven
in ${maven.home}.

NOTE: You must run these instructions from this directory!

NOTE: If you want to run in offline mode where no downloading is done
      then add: 'maven.online = false' to your ~/maven.properties file.