Am 31.10.2013, 00:06 Uhr, schrieb Olivier Lamy <[email protected]>:
On 31 October 2013 08:01, <[email protected]> wrote:
+ @Parameter( property = "maven.rar.skip" )
+ private boolean skip;
Does it make sense to add a expression="${maven.rar.skip}" (or maybe
${skipMavenRar}?). Especially the skip function is usefull from the
command line.
Bernd
+ if ( skip )
+ {
+ getLog().info( "Skipping rar generation." );
+ }
+
really skipping? :-)
getLog().debug( " ======= RarMojo settings =======" );
getLog().debug( "rarSourceDirectory[" + rarSourceDirectory +
"]" );
getLog().debug( "manifestFile[" + manifestFile + "]" );
Is there a best practise for printing parameters before or after early
return?
Gruss
Bernd
--
http://www.zusammenkunft.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]