o correcting links for netbeans guide
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326949 13f79535-47bb-0310-9956-ffa450edef68
|
@ -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.
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -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">
|
||||||
|
|