commit | 702acd2e8beb7d5c159edbc59bcbf752b5f1963d | [log] [tgz] |
---|---|---|
author | Igor Fedorenko <ifedorenko@apache.org> | Thu May 22 14:55:28 2014 -0400 |
committer | Igor Fedorenko <ifedorenko@apache.org> | Thu May 22 14:55:28 2014 -0400 |
tree | a98e9346a93037c8bee28bdc04c237cad0480298 | |
parent | 65863e0a28298b6d95bfbbf7cc28953f6ba91f93 [diff] |
MNG-5578 fixed guice OutOfScopeException during multithreaded build This was a regression since 3.2.1 introduced by my commit 48fec944 Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
Maven is available under the The Apache Software License, Version 2.0
If you want to bootstrap Maven you'll need:
First, give Ant a location into which the completed Maven distro should be installed:
export M2_HOME=$HOME/apps/maven/apache-maven-3.0-SNAPSHOT
Then, run Ant:
ant
Once the build completes, you should have a new Maven distro ready to roll in your $M2_HOME directory!