@Mojo(name="verify",
defaultPhase=VERIFY,
threadSafe=true)
public class VerifyMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
VerifyMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Invokes Maven on the configured test projects.
|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
- If the goal encountered severe errors.org.apache.maven.plugin.MojoFailureException
- If any of the Maven builds failed.Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.