Package CIserver.app
Class MavenCompiler
java.lang.Object
CIserver.app.MavenCompiler
Class that compiles Java projects with Maven and reports if the compilation
and tests were successful.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MavenCompiler
public MavenCompiler()
-
-
Method Details
-
compile
This method compiles a Maven project- Parameters:
project- name of the root directory of the project- Returns:
- boolean value to indicate if the compilation was successful
-