-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
A little more complex and slightly less straightforward, I would assume you could do this using XML entity trickery. For instance:
<!DOCTYPE project [
<!ENTITY pomBaseUrl "http://server.com">
]>
<project>
...
<url>&pomBaseUrl;/adept-open</url>
...
</project>-Brian
On Mar 8, 2004, at 5:04 PM, Hensley, Richard wrote:
I'm trying to use maven to build a master site with multiple subprojects,
like db.apache.org
I've worked out all the kinks, except one. The machine that the site lives
on is likely to move. So, I wanted to define the base url somewhere globally
and then base the rest of my url's from there.
<?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> </project>
As the experts already know, and I found out through expirementation, this
doesn't work.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin)
iD8DBQFATV2V0dKNWt3rpSURAsmgAJ9TxdXBpHv6k0I00sij2aH/hdjK5wCgqhyG zDHICbMXmf9KecEtjNNysOE= =LRhO -----END PGP SIGNATURE-----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
