Uses of Class
org.apache.maven.shared.scriptinterpreter.RunFailureException
-
Uses of RunFailureException in org.apache.maven.shared.scriptinterpreter
Subclasses of RunFailureException in org.apache.maven.shared.scriptinterpreterModifier and TypeClassDescriptionclass
Signals an error in a sub build run by the Invoker Plugin.Methods in org.apache.maven.shared.scriptinterpreter that throw RunFailureExceptionModifier and TypeMethodDescriptionprivate void
ScriptRunner.executeRun
(String scriptDescription, File scriptFile, Map<String, ? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException) void
ScriptRunner.run
(String scriptDescription, File basedir, String relativeScriptPath, Map<String, ? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException) Runs the specified hook script (after resolution).void
ScriptRunner.run
(String scriptDescription, File scriptFile, Map<String, ? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException) Runs the specified hook script.