Skip to content

Commit

Permalink
FORGE-1118: If -Dfurnace.dot.skip is specified, the generate-addon mojo
Browse files Browse the repository at this point in the history
execution is skipped.
  • Loading branch information
gastaldi committed Aug 17, 2013
1 parent fefdd95 commit afa6b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class GenerateDOTMojo extends AbstractMojo
/**
* Skip this execution ?
*/
@Parameter
@Parameter(property="furance.dot.skip")
private boolean skip;

/**
Expand Down

0 comments on commit afa6b3a

Please sign in to comment.