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 to overwrite
><siteDirectory> 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 <siteDirectory> in project.xml and
>ignores my change in build.properties.
>
>Any help is greatly appreciated.
>
>
Put in the pom something like
<siteDirectory>${siteDirectory}</siteDirectory>
Then put a default value in project.properties
siteDirectory=defaultSite
Then put in build.properties
siteDirectory=c:/app/site
--
Erik Husby
Team Lead for Software Quality Automation
Broad Institute of MIT and Harvard
Rm. 2192 320 Charles St
Cambridge, MA 02141-2023
mobile: 781.354.6669, office: 617.258.9227, [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]