mirror of https://github.com/apache/maven.git
site fixes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c9e7e1968
commit
3177575ca9
|
@ -573,7 +573,7 @@ InputStream is = Thread.currentThread().getContextClassLoader().getResourceAsStr
|
|||
* {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
|
||||
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
|
||||
defined in an external properties file, or a system property.
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ErrorDocument 404 /errors/404.html
|
|
@ -11,8 +11,8 @@
|
|||
<body>
|
||||
<links>
|
||||
<item name="Apache" href="http://www.apache.org/"/>
|
||||
<item name="Maven 1.0" href="http://maven.apache.org/"/>
|
||||
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
|
||||
<item name="Maven 1.0" href="http://maven.apache.org/maven-1.x"/>
|
||||
<item name="Maven 2" href="http://maven.apache.org/"/>
|
||||
</links>
|
||||
|
||||
<menu name="Quick Links">
|
||||
|
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<document>
|
||||
<properties>
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
<title>Page Not Found</title>
|
||||
</properties>
|
||||
<body>
|
||||
<section name="Page Not Found">
|
||||
|
||||
<p>Sorry, the page you requested was not found. This may because:</p>
|
||||
<ul>
|
||||
<li>The page has moved, was outdated, or has not been created yet</li>
|
||||
<li>You typed the address incorrectly</li>
|
||||
<li>You following a link from another site that pointed to this page.</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
We have recently reorganised our site, so please try looking in the navigation on the left for the item
|
||||
you are looking for on Maven 1.x or the Maven project. For information about Maven 2.0 or Continuum, please
|
||||
visit their sub sites, available from the links in the top right of the page.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
There is no need to report this broken link to the Maven team, as errors are periodically monitored and repaired.
|
||||
</p>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
Loading…
Reference in New Issue