Author: brett Date: Tue Jul 29 00:21:05 2014 New Revision: 1614226 URL: http://svn.apache.org/r1614226 Log: pointer to archived documentation removed from nav, and add redirects. Clean up old redirects to 20x documentation that is also EOL
Modified: maven/site/trunk/content/filtered-resources/.htaccess maven/site/trunk/content/xdoc/index.xml.vm Modified: maven/site/trunk/content/filtered-resources/.htaccess URL: http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1614226&r1=1614225&r2=1614226&view=diff ============================================================================== --- maven/site/trunk/content/filtered-resources/.htaccess (original) +++ maven/site/trunk/content/filtered-resources/.htaccess Tue Jul 29 00:21:05 2014 @@ -6,7 +6,6 @@ Redirect Permanent /download.html /downl RedirectMatch permanent ^/(.*)/download.html$ http://maven.apache.org/$1/download.cgi Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion} -Redirect /ref/current-2.0.x http://maven.apache.org/ref/${current20xVersion} Redirect Permanent /maven-v4_0_0.xsd http://maven.apache.org/xsd/maven-4.0.0.xsd @@ -16,7 +15,7 @@ Redirect Permanent /ant-tasks-release-no Redirect Permanent /guides/mini/guide-ibiblio-upload.html http://maven.apache.org/guides/mini/guide-central-repository-upload.html Redirect Permanent /faq.html http://maven.apache.org/general.html Redirect Permanent /developers/release/pmc-release-process.html http://maven.apache.org/developers/release/releasing.html -Redirect Permanent /development-process.html http://maven.apache.org/maven-1.x/development-process.html +Redirect Permanent /development-process.html http://maven.apache.org/archives/maven-1.x/development-process.html Redirect Permanent /welcome-to-new-committers.html http://maven.apache.org/developers/welcome-to-new-committers.html Redirect Permanent /plugins/maven-checkstyle-plugin/customize.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html @@ -24,8 +23,8 @@ Redirect Permanent /plugins/maven-checks Redirect Permanent /plugins/maven-checkstyle-plugin/tips.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html RedirectMatch ^/maven2/(.*)$ /$1 -RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1 -RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1 +RedirectMatch ^/reference/(.*)$ /archives/maven-1.x/reference/$1 +RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /archives/maven-1.x/plugins/$1 RedirectMatch ^/maven-aether-provider/(.*)$ /ref/${currentStableVersion}/maven-aether-provider/$1 RedirectMatch ^/maven-artifact/(.*)$ /ref/${currentStableVersion}/maven-artifact/$1 RedirectMatch ^/maven-compat/(.*)$ /ref/${currentStableVersion}/maven-compat/$1 @@ -37,19 +36,7 @@ RedirectMatch ^/maven-plugin-api/(.*)$ / RedirectMatch ^/maven-repository-metadata/(.*)$ /ref/${currentStableVersion}/maven-repository-metadata/$1 RedirectMatch ^/maven-settings/(.*)$ /ref/${currentStableVersion}/maven-settings/$1 RedirectMatch ^/maven-settings-builder/(.*)$ /ref/${currentStableVersion}/maven-settings-builder/$1 -RedirectMatch ^/maven-artifact-manager/(.*)$ /ref/${current20xVersion}/maven-artifact-manager/$1 -RedirectMatch ^/maven-artifact-test/(.*)$ /ref/${current20xVersion}/maven-artifact-test/$1 -RedirectMatch ^/maven-error-diagnostics/(.*)$ /ref/${current20xVersion}/maven-error-diagnostics/$1 -RedirectMatch ^/maven-monitor/(.*)$ /ref/${current20xVersion}/maven-monitor/$1 -RedirectMatch ^/maven-plugin-descriptor/(.*)$ /ref/${current20xVersion}/maven-plugin-descriptor/$1 -RedirectMatch ^/maven-plugin-parameter-documenter/(.*)$ /ref/${current20xVersion}/maven-plugin-parameter-documenter/$1 -RedirectMatch ^/maven-plugin-registry/(.*)$ /ref/${current20xVersion}/maven-plugin-registry/$1 -RedirectMatch ^/maven-profile/(.*)$ /ref/${current20xVersion}/maven-profile/$1 -RedirectMatch ^/maven-project/(.*)$ /ref/${current20xVersion}/maven-project/$1 -RedirectMatch ^/maven-reporting/(.*)$ /ref/${current20xVersion}/maven-reporting/$1 -RedirectMatch ^/maven-script/(.*)$ /ref/${current20xVersion}/maven-script/$1 -RedirectMatch ^/maven-toolchain/(.*)$ /ref/${current20xVersion}/maven-toolchain/$1 -RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /maven-1.x/plugins/$1 +RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /archives/maven-1.x/plugins/$1 RedirectMatch permanent ^/repository-manager/(.*)$ http://archiva.apache.org/$1 RedirectMatch permanent ^/archiva(.*)$ http://archiva.apache.org$1 @@ -78,4 +65,6 @@ RedirectMatch ^/plugins/maven-site-plugi Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html http://maven.apache.org/guides/development/guide-testing-development-plugins.html -Redirect Permanent /guides/mini/guide-apt-format.html http://maven.apache.org/doxia/references/apt-format.html \ No newline at end of file +Redirect Permanent /guides/mini/guide-apt-format.html http://maven.apache.org/doxia/references/apt-format.html + +RedirectMatch ^/maven-1.x/(.*)$ http://maven.apache.org/archives/maven-1.x/$1 Modified: maven/site/trunk/content/xdoc/index.xml.vm URL: http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/index.xml.vm?rev=1614226&r1=1614225&r2=1614226&view=diff ============================================================================== --- maven/site/trunk/content/xdoc/index.xml.vm (original) +++ maven/site/trunk/content/xdoc/index.xml.vm Tue Jul 29 00:21:05 2014 @@ -226,6 +226,15 @@ under the License. the sponsors</a> that provide financial assistance to the foundation. For more information on how you can support the foundation, see the <a href="http://www.apache.org/foundation/sponsorship.html">sponsorship</a> page. </p> + + <h3>Archived Releases</h3> + <p> + Maven 1.x and Maven 2.x have now reached their end of life. The following documentation is archived: + </p> + <ul> + <li><a href="archives/maven-1.x/index.html">Archived documentation for Maven 1.x</a></li> + <li><a href="archives/maven-2.x/index.html">Archived documentation for Maven 2.x</a></li> + </ul> </section> </body> </document>