conditional reporting ...

2007-06-27 Thread Giovanni Azua
Hi all, I build the site of my project whether from Windows or Fedora, svn does not work Correctly on windows so I wanted to activate the SCM report plugin only on demand e.g. mvn clean install site -Dgenerate.statsvn=true The problem is that I can not find the way to specify this in

Re: conditional reporting ...

2007-06-27 Thread Steven Rowe
Hi Giovanni, Giovanni Azua wrote: ... I wanted to activate the SCM report plugin only on demand e.g. mvn clean install site -Dgenerate.statsvn=true ... reporting plugins j:if test=${context.getVariable('generate.scm')=='true'} ant:echoGenerating StatSVN report using