build-job
BuildJob
reportsDirectory.]]>
package
org.apache.maven.plugin.invoker.model
namespace
BuildJob
Describes a build job processed by the Maven Invoker Plugin. A build job can consist of a pre-build hook script,
one ore more invocations of Maven and a post-build hook script.
1.0.0
project
1.0.0
true
String
The path to the project to build. This path is usually relative and can denote both a POM file or a project directory.
name
1.0.0
false
String
The name of this build job.
description
1.0.0
false
String
The description of this build job.
result
1.0.0
true
String
The result of this build job.
failureMessage
1.0.0
false
String
Any failure message(s) in case this build job failed.
time
1.0.0
true
double
The number of seconds that this build job took to complete.
type
1.0.0
true
String
The type of the build job.
1.0.0+
1.0.0+
1.0.0+
-Dinvoker.test=xxx,yyy
parameter.
*/
public static final String DIRECT = "direct";
}
]]>
1.0.0+