mirror of https://github.com/apache/maven.git
4b1038de53
o Added '-f' CLI option, to allow use of non-standard pom files, or spawning of a build from outside of the project dir. o Added preferential processing of release-pom.xml over pom.xml if it exists (assumes that the current checkout is a release of the software) o Moved all file discovery from MavenCli to DefaultMaven, to allow embedders to have access to this logic. o Modified MavenExecutionRequest to add a flag for reactor-activation and the name of a non-standard pom to use, if appropriate. o Removed getFiles() and getProjectFiles() from MavenExecutionRequest, since file discovery is now done in the DefaultMaven. o Added integration tests to check preference of release-pom.xml in standalone and '-r' mode o Added integration tests to check usage of '-f' option within and outside of the project directory o Added processing for cli-options.txt to maven-core-it-verifier (Verifier.java) to allow specification of '-f' and '-r' in tests NOTE: the release plugin still doesn't correctly remove the release-pom.xml from HEAD/trunk, since I don't have access to the SCM remove command from maven-scm. I'm waiting for Emmanuel to finish some API changes before moving to the new maven-scm version, and implementing this final step. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225226 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.txt | ||
checkstyle-license.txt | ||
pom.xml |
README.txt
Installing Maven 2 ================== The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0-SNAPSHOT.tar.gz or unzip maven-2.0-SNAPSHOT.zip 2) A directory called "maven-2.0-SNAPSHOT" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0-SNAPSHOT/bin:$PATH or set PATH="c:\program files\maven-2.0-SNAPSHOT\bin";%PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "m2 --version" to verify that it is correctly installed. For more information, please see http://maven.apache.org/maven2/