my subprojects use a project.properties file with maven.test.skip=true.
for a nightly build a want to build all the subprojects with the reactor 
running the junit tests (maven.test.skip=false)

I tried a lot of things but without success...

<j:set var="maven.test.skip" value="false" scope="parent"/>             
<j:set var="maven.test.skip" value="false"/>    
        
<maven:reactor               
                        basedir="${basedir}" 
                      postProcessing="true"
                      includes="${project.includes}"                  
                      excludes="${project.excludes}"
                      goals="test:test"
                      banner="testing..." ignoreFailures="true"/>

Thanks 
Jens Zastrow
DAI-Labor -�Technische Universit�t Berlin
Sekretariat GOR 1-1, Franklinstra�e 28/29, 10587 Berlin
Fon: +49 30 314 77777
Fax: +49 30 314 21799
[EMAIL PROTECTED]
http://www.dai-labor.de


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to