Re: Custom Mojo problem with -Dfield1=value1 CLI options

2007-12-28 Thread neworleansjim
private String planId; /** * @parameter expression="${overwrite}" default-value="false" */ private boolean overwrite; neworleansjim wrote: > > I created a custom mojo that has a couple of attributes I'd like to > optionally set from the command

Custom Mojo problem with -Dfield1=value1 CLI options

2007-12-28 Thread neworleansjim
I created a custom mojo that has a couple of attributes I'd like to optionally set from the command line. I assume this would be something like -Doverwrite=true when invoking the plugin (like Release plugin's -DdryRun=true). But, I can't figure out how to get it to work. I'm also having problem