Apache Maven core
Go to file
John Dennis Casey 350076bdb9 Changing the location of the Artifact-cloning method from org.apache.maven.artifact.factory.ArtifactFactory.cloneArtifact(..) to org.apache.maven.artifact.ArtifactUtils.copyArtifact(..), which is now a static method. This separates the copy method from a specific artifact implementation, while at the same time avoiding embedding of this method in a component instance.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@330342 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 20:10:40 +00:00
benchmark PR: MNG-596 2005-07-21 13:58:42 +00:00
examples/maven-clover-plugin-samples Set a small flush intervalso that the tests execute more rapidly and to ensure it's possible to override it. 2005-10-26 23:19:50 +00:00
maven-archetype [maven-release-plugin] prepare for next development iteration 2005-10-26 18:39:40 +00:00
maven-archiver [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-artifact Changing the location of the Artifact-cloning method from org.apache.maven.artifact.factory.ArtifactFactory.cloneArtifact(..) to org.apache.maven.artifact.ArtifactUtils.copyArtifact(..), which is now a static method. This separates the copy method from a specific artifact implementation, while at the same time avoiding embedding of this method in a component instance. 2005-11-02 20:10:40 +00:00
maven-artifact-ant add names 2005-11-01 04:19:00 +00:00
maven-artifact-manager o the artifact resolver should continue with the next artifact in the 2005-10-27 04:00:18 +00:00
maven-artifact-test [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-core PR: MNG-1232 2005-11-02 08:03:25 +00:00
maven-core-it correct packaging 2005-11-01 11:10:26 +00:00
maven-core-it-plugin Changed to set the project-artifact's file when the archival is complete. 2005-10-28 20:19:14 +00:00
maven-core-it-support Added exclusion for junit-3.7 to commons-lang dependency. 2005-10-28 20:20:18 +00:00
maven-core-it-verifier delete metadata files for all versions to ensure intergration test works as expected 2005-10-19 04:54:57 +00:00
maven-embedder o i'm just going to get the assembly plugin to do what i want, maintaining 2005-11-01 18:45:26 +00:00
maven-embedder-it git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291718 13f79535-47bb-0310-9956-ffa450edef68 2005-09-26 19:23:47 +00:00
maven-error-diagnostics merge from tag maven-2.0, rev 326248 2005-10-18 21:16:22 +00:00
maven-mboot2 make executable 2005-10-15 19:21:07 +00:00
maven-meeper Use full path to svn 2005-11-01 01:41:45 +00:00
maven-model [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-monitor [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-plugin-api [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-plugin-descriptor clean some imports and unused code 2005-10-23 23:50:38 +00:00
maven-plugin-parameter-documenter clean some imports and unused code 2005-10-23 23:50:38 +00:00
maven-plugin-registry [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-plugin-tools PR: MNG-897 2005-11-01 01:25:19 +00:00
maven-plugins PR: MNG-998 2005-11-02 09:10:28 +00:00
maven-profile [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-project Changing the location of the Artifact-cloning method from org.apache.maven.artifact.factory.ArtifactFactory.cloneArtifact(..) to org.apache.maven.artifact.ArtifactUtils.copyArtifact(..), which is now a static method. This separates the copy method from a specific artifact implementation, while at the same time avoiding embedding of this method in a component instance. 2005-11-02 20:10:40 +00:00
maven-reporting add names 2005-11-01 04:19:00 +00:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2005-10-14 07:26:39 +00:00
maven-repository-tools PR: MNG-596 2005-07-21 13:58:42 +00:00
maven-script Ant support is working. I want to revisit the testing before I let it go, though. 2005-10-19 04:14:13 +00:00
maven-settings o adding a note about the default location of the settings file 2005-10-27 19:41:37 +00:00
maven-site fix line endings 2005-11-01 21:52:19 +00:00
sandbox move to a new package 2005-11-02 02:51:20 +00:00
README.txt o applying patch provided with: http://jira.codehaus.org/browse/MNG-499 2005-07-06 00:24:22 +00:00
ci.sh only mail about skipped run on checkout attempt to allow overlap 2005-07-28 01:17:38 +00:00
m2-bootstrap-all.bat use mvn instead of m2 2005-10-31 16:37:09 +00:00
m2-bootstrap-all.sh use mvn instead of m2 2005-10-31 16:37:09 +00:00
plugin-inheritance-and-profiles-notes-jdcasey-20050526.txt adding my notes for implementing plugin inheritance and build profiles. delete if not needed. 2005-05-27 03:29:54 +00:00
pom.xml add other archives for users list, arrange reports and exclude those that don't work on non-Java projects for the sake 2005-10-31 05:02:03 +00:00
upgrading-dependencies.apt some notes on changing dependencies 2004-10-23 13:28:06 +00:00

README.txt

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

Set the environment variable M2_HOME pointing to the dir where you want Maven2 installed.

NOTE: presently, the directory {M2_HOME}/bin must be in your path:
set PATH=%PATH%;%M2_HOME%\bin
or
export PATH=$PATH:$M2_HOME/bin

You can set the parameters passed to the Java VM when running Maven2 bootstrap,
setting the environment variable MAVEN_OPTS, e.g.
e.g. to run in offline mode, set MAVEN_OPTS=-o

Then run m2-bootstrap-all.bat (in Windows) or m2-bootstrap-all.sh (in Unix)

NOTE: You must run these instructions from this directory!

If you are behind a firewall, you will need to let the bootstrap process know.
To do this, create a file at ~/.m2/settings.xml and paste in the XML below,
substituting your settings for those provided. You can safely skip the
username, password and nonProxyHost elements if they are not relevant to you.

<settings>
  <proxies>
    <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>proxy.somewhere.com</host>
      <port>8080</port>
      <username>proxyuser</username>
      <password>somepassword</password>
      <nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
    </proxy>
  </proxies>
</settings>