RE: Is it possible to override pom.siteDirectory in build.properties?

2004-11-29 Thread Jörg Schaible
> Therefore I want to override pom.siteDirectory. However, > changing this > in build.properties does not override the value in project.xml. > > I am using maven 1.0 I do something like this in one of my projects (depending on an existing navigation.xml):

Is it possible to override pom.siteDirectory in build.properties?

2004-11-28 Thread Martijn Dashorst
I'm creating a cruisecontrol build and I want the cruisecontrol generated/published site to go to a subdirectory of our released site, in order to prevent overwriting our released site when a build fails. Therefore I want to override pom.siteDirectory. However, changing thi

RE: pom.siteDirectory

2004-08-10 Thread Liu, Zhihai
Eric, thanks for the prompt response. It works. -Original Message- From: Erik Husby [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 4:11 PM To: Maven Users List Subject: Re: pom.siteDirectory Liu, Zhihai wrote: >I wanted to define pom.siteDirectory in build.properties

Re: pom.siteDirectory

2004-08-10 Thread Erik Husby
Liu, Zhihai wrote: I wanted to define pom.siteDirectory in build.properties to overwrite in project.xml to deploy to a different location, but it did not work. This is what I have in build.properties ... maven.site.deploy.method=fs pom.siteDirectory=C:/app/site ... Maven build always uses the

pom.siteDirectory

2004-08-10 Thread Liu, Zhihai
I wanted to define pom.siteDirectory in build.properties to overwrite in project.xml to deploy to a different location, but it did not work. This is what I have in build.properties ... maven.site.deploy.method=fs pom.siteDirectory=C:/app/site ... Maven build always uses the value for in

Inherit parent's pom.siteDirectory

2004-05-24 Thread Dan Tran
Hello, is there a way to inherit parent's pom.siteDirectory ie, I can define siteDirectory element in project.xml ${basedir}/../project.xml> ...... ${pom.siteDirectory}/mydir When I try this with my maven site goal, I got stack overflow.