added some explanations in javadoc

This commit is contained in:
Hervé Boutemy 2013-12-01 19:41:39 +01:00
parent 690990d8e2
commit bf77f74391

View File

@ -25,7 +25,9 @@
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 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