Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-22 Thread Polly C. Chang
awesome! Thank you for putting in this feature and fixing the typo. :) --Polly On Fri, May 22, 2009 at 3:29 AM, Karsten Thoms wrote: > Hi Polly, > > just released version 3.0.1. It has now this feature (again?). I renamed > the property since "ommit" is a typo. Use > mvn -Dfornax.generator.

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-22 Thread Karsten Thoms
Hi Polly, just released version 3.0.1. It has now this feature (again?). I renamed the property since "ommit" is a typo. Use mvn -Dfornax.generator.omit.execution=true clean install to skip workflow execution. ~Karsten On 21.05.09 11:18, Karsten Thoms wrote: Hi Polly, you are right. I wa

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-21 Thread Karsten Thoms
Hi Polly, you are right. I was so sure that this feature is there that I did not read the source correctly, should have seen that #-) I think this feature was there once (did not check that yet) and I could add it again. Seems that I should create a bug fix release soon. http://fornax.itemis.

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-20 Thread polly.c.chang
Hi Karten, Thanks for the quick reply. I saw the variable for "force.execution", but what about for *omitting* execution? The web page says that variable is "fornax.generator.ommit.execution". This "ommit" variable is the one that I didn't see. Thanks for creating the ticket about adding outl

Re: [Fornax-developer] oaw-m2-plugin configuration

2009-05-19 Thread Karsten Thoms
Hi Polly! The "fornax.generator.force.execution" is still supported. I think you have just overseen it, I did not change something here. if ("true".equalsIgnoreCase( System.getProperty("fornax.generator.force.execution"))) { getLog().info("Forced workflow execution"); File tim