Hi,

If you know the name of the property, you could use the ant:echo task in a
maven.xml file to print it out. Like:

<project xmlns:j="jelly:core" xmlns:ant="jelly:ant">
  <ant:echo message="PROPERTY ${maven.build.dir}" />
</project>

just put the file in your project directory and run any maven task and the
property will be echoed.

Eric

Reply via email to