sounds like a recursive call. ${pom.siteDirectory} should point to the current
project's site directory, which references itself again, etc, etc. if you want to
"reuse" it, define another variable in the parent project "mysitedirectory" and use it
in both the parent and child:
parent - ${mysitedirectory}
child - ${mysitedirectory}/mysubprojectname
Ryan
> -----Original Message-----
> From: Dan Tran [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 25, 2004 4:43 PM
> To: Maven Users List
> Subject: Is pom.siteDirecotry inheritable?
>
>
> Hi I would like to reuse partent project's pom.siteDirectory
> in my subproject
>
> like
>
> <siteDirectory>${pom.siteDirectory}/mysubprojectname
> </siteDirectory>
>
> is it supported?
>
> -Dan
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]