mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
added some explanations in javadoc
This commit is contained in:
parent
690990d8e2
commit
bf77f74391
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user