You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mick Knutson <mi...@gmail.com> on 2007/07/09 21:01:48 UTC

how to get pom into site documentation?

I want to take:
<name>MIS File Intake</name>

and add it to site.xml:

<menu name="${name}">

But want to know what to use? ${name} is not correct

-- 
---
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Re: how to get pom into site documentation?

Posted by Steven Rowe <sa...@syr.edu>.
Hi Mick,

>From <http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide>:

   ${project.name} or ${pom.name} refers to the name of the project.

Steve

Mick Knutson wrote:
> I want to take:
> <name>MIS File Intake</name>
> 
> and add it to site.xml:
> 
> <menu name="${name}">
> 
> But want to know what to use? ${name} is not correct





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