You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chad Woolley <li...@thewoolleyweb.com> on 2004/07/26 20:47:12 UTC

Can I expose a project.properties property in one of my xdocs?

For example:

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE document [
     <!ENTITY % test SYSTEM "test.xml">
]>

<document>
     <body>
         <p>${my.property}</p>
     </body>
</document>



PS:  Sorry if this is a doublepost, accidentally hit ctrl-S...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org