You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Heidi Schuster <HS...@jny.com> on 2004/05/21 16:55:43 UTC

Overwriting properties

Hi, 

I am trying to overwrite a property for the multiproject plugin in my maven.xml
Neither the ant property task or the jelly set task works (see code below). The value stays as defined in project.properties.


<property file = "site.properties"/>
<property name = "maven.multiproject.includes" value="app*/project.xml"/>
		
<maven:set 
	plugin="maven-multiproject-plugin" 
	property="maven.multiproject.includes" 
	value="app*/project.xml" />
			

Any ideas? 

thanks you very much,
	Heidi


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