Package org.apache.maven.shared.scriptinterpreter
-
Interface Summary Interface Description ExecutionLogger ScriptInterpreter Defines a simple abstraction used to plug-in several script interpreters for the pre-/post-build-hooks. -
Class Summary Class Description BeanShellScriptInterpreter Provides a facade to evaluate BeanShell scripts.FileLogger ScriptRunner Runs pre-/post-build hook scripts. -
Exception Summary Exception Description RunErrorException Signals an error in a sub build run by the Invoker Plugin.RunFailureException Signals a failure of a sub build run by the Invoker Plugin.ScriptEvaluationException Signals an error during parsing/evaluation of a script.