o correcting links for netbeans guide

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-20 17:17:55 +00:00
parent 3cae152be5
commit d63fe01626
11 changed files with 2 additions and 1 deletions

View File

@ -573,7 +573,7 @@ InputStream is = Thread.currentThread().getContextClassLoader().getResourceAsStr
* {How do I filter resource files?} * {How do I filter resource files?}
Sometimes a resource file will need to contain a value that can only be supplied at build time. To accomplish this in Sometimes a resource file will need to contain a value that can only be supplied at build time. To accomplish this in
Maven, put a reference to the property that will contain the value into your resource file using the syntax <<<$\{<property name}>\}>>>. Maven, put a reference to the property that will contain the value into your resource file using the syntax <<<$\{<property name\}>>>.
The property can be one of the values defined in your pom.xml, a value defined in the user's settings.xml, a property The property can be one of the values defined in your pom.xml, a value defined in the user's settings.xml, a property
defined in an external properties file, or a system property. defined in an external properties file, or a system property.

View File

@ -21,6 +21,7 @@
<item name="Installation Instructions" href="/download.html#installation"/> <item name="Installation Instructions" href="/download.html#installation"/>
<item name="Getting Started" href="/guides/getting-started/index.html"/> <item name="Getting Started" href="/guides/getting-started/index.html"/>
<item name="Documentation" href="/guides/index.html"/> <item name="Documentation" href="/guides/index.html"/>
<item name="Available Plug-ins" href="/plugins/index.html"/>
</menu> </menu>
<menu name="About Maven 2.0"> <menu name="About Maven 2.0">