multiproject and jelly variables

2005-09-29 Thread jan_bar
Hi, how are variables handled in multiproject? When I set a variable and call goals in subprojects, the variable seems to be ignored: Inside the subprojects the maven.test.skip is false. (There are no properties files with maven.test.skip). Why? BTW, how are property files evaluated wit

Re: multiproject and jelly variables

2005-09-29 Thread Dion Gillard
On 9/30/05, jan_bar <[EMAIL PROTECTED]> wrote: > Hi, > > how are variables handled in multiproject? Each project has it's own set of variables. > When I set a variable and call goals in subprojects, the variable seems to > be ignored: > > > > > > > basedir="." > banner="Cactus testin

Re: multiproject and jelly variables

2005-09-29 Thread jan_bar
Thanks Dion Jan > > > > > > > var="cactus.test.skip" value="false" /> > > > > > basedir="." > > banner="Cactus testing project " > > includes="*/*/project.xml" > > excludes="./project.xml" > > postProcessing="false" > > goals="cactus" > > ignoreFailures="${maven.multiproject.ignoreFailur