Updated Branches: refs/heads/master b0a886aff -> 6b835e195
added some explanations in javadoc Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/6b835e19 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/6b835e19 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/6b835e19 Branch: refs/heads/master Commit: 6b835e1950f7cdaa55e8a31e7a37823e1c10d309 Parents: b0a886a Author: Hervé Boutemy <[email protected]> Authored: Sun Dec 1 19:41:39 2013 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Sun Dec 1 19:41:39 2013 +0100 ---------------------------------------------------------------------- .../test/java/org/apache/maven/it/MavenITBootstrapTest.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/6b835e19/core-it-suite/src/test/java/org/apache/maven/it/MavenITBootstrapTest.java ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITBootstrapTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITBootstrapTest.java index 849b5ee..ee0d12d 100644 --- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITBootstrapTest.java +++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITBootstrapTest.java @@ -25,7 +25,9 @@ import org.apache.maven.it.util.ResourceExtractor; import java.io.File; /** - * + * Core IT Bootstrapping: downloads from central repository every dependency (artifacts, plugins) required to let + * ITs run without downloading anything later. + * * @author Benjamin Bentmann * @version $Id$ */ @@ -38,7 +40,7 @@ public class MavenITBootstrapTest } /** - * Bootstraps the integration tests by downloading required artifacts. + * Bootstraps the integration tests by downloading required artifacts from central repository. */ public void testBootstrap() throws Exception
