Author: rfscholte Date: Thu Nov 10 19:31:18 2011 New Revision: 1200490 URL: http://svn.apache.org/viewvc?rev=1200490&view=rev Log: Improve explanation usage of stage-parameter
Modified: maven/shared/trunk/maven-script-interpreter/src/main/java/org/apache/maven/shared/scriptinterpreter/ScriptRunner.java Modified: maven/shared/trunk/maven-script-interpreter/src/main/java/org/apache/maven/shared/scriptinterpreter/ScriptRunner.java URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-script-interpreter/src/main/java/org/apache/maven/shared/scriptinterpreter/ScriptRunner.java?rev=1200490&r1=1200489&r2=1200490&view=diff ============================================================================== --- maven/shared/trunk/maven-script-interpreter/src/main/java/org/apache/maven/shared/scriptinterpreter/ScriptRunner.java (original) +++ maven/shared/trunk/maven-script-interpreter/src/main/java/org/apache/maven/shared/scriptinterpreter/ScriptRunner.java Thu Nov 10 19:31:18 2011 @@ -147,7 +147,7 @@ public class ScriptRunner * to skip the script execution. * @param context The key-value storage used to share information between hook scripts, may be <code>null</code>. * @param logger The logger to redirect the script output to, may be <code>null</code> to use stdout/stderr. - * @param stage The stage of the build job the script is invoked in, must not be <code>null</code>. + * @param stage The stage of the build job the script is invoked in, must not be <code>null</code>. This is for logging purpose only. * @param failOnException If <code>true</code> and the script throws an exception, then a {@link RunFailureException} * will be thrown, otherwise a {@link RunErrorException} will be thrown on script exception. * @throws org.apache.maven.plugin.MojoExecutionException