"Hensley, Richard" <[EMAIL PROTECTED]> wrote on 09/03/2004 12:04:42 PM:
> I'm trying to use maven to build a master site with multiple subprojects, > like db.apache.org http://maven-plugins.sourceforge.net does this using the multiproject plugin. [snip] > default_projects.xml > > <?xml version="1.0" encoding="ISO-8859-1"?> > <project> > <pomVersion>3</pomVersion> Add: > <url>http://projects.site.com:8080</url> [snip] > project.xml > > <?xml version="1.0" encoding="ISO-8859-1"?> > <project> > <pomVersion>3</pomVersion> > <extend>${basedir}/../project_defaults.xml</extend> > <url>${pom.base-url}/adept-open</url> Maybe use ${pom.parent.url}/adept-open Or alternatively, what's the id/artifactId of the subproject. If that was 'adept-open' you could use: ${pom.artifactId} -- dIon Gillard, Multitask Consulting
