You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jens Zastrow <je...@dai-labor.de> on 2005/05/10 17:28:14 UTC

passing properties to subprojects using maven:reactor

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
jens.zastrow@dai-labor.de
http://www.dai-labor.de


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org