You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/02/12 20:43:57 UTC

svn commit: r1730097 - /maven/site/trunk/content/filtered-resources/.htaccess

Author: khmarbaise
Date: Fri Feb 12 19:43:56 2016
New Revision: 1730097

URL: http://svn.apache.org/viewvc?rev=1730097&view=rev
Log:
Using https consistently instead of http.

Modified:
    maven/site/trunk/content/filtered-resources/.htaccess

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1730097&r1=1730096&r2=1730097&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Fri Feb 12 19:43:56 2016
@@ -1,29 +1,29 @@
 IndexOptions +SuppressIcon
 ErrorDocument 404 /errors/404.html
 
-Redirect Permanent /release-notes.html http://maven.apache.org/docs/history.html
+Redirect Permanent /release-notes.html https://maven.apache.org/docs/history.html
 Redirect Permanent /download.html /download.cgi
-RedirectMatch permanent ^/(.*)/download.html$ http://maven.apache.org/$1/download.cgi
+RedirectMatch permanent ^/(.*)/download.html$ https://maven.apache.org/$1/download.cgi
 
-Redirect /ref/current/ http://maven.apache.org/ref/${currentStableVersion}/
-Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion}/
+Redirect /ref/current/ https://maven.apache.org/ref/${currentStableVersion}/
+Redirect /ref/current https://maven.apache.org/ref/${currentStableVersion}/
 
-Redirect Permanent /maven-v4_0_0.xsd http://maven.apache.org/xsd/maven-4.0.0.xsd
+Redirect Permanent /maven-v4_0_0.xsd https://maven.apache.org/xsd/maven-4.0.0.xsd
 
-Redirect Permanent /ant-tasks.html http://maven.apache.org/ant-tasks/index.html
-Redirect Permanent /ant-tasks-release-notes.html http://maven.apache.org/ant-tasks/release-notes.html
-
-Redirect Permanent /guides/mini/guide-ibiblio-upload.html http://maven.apache.org/guides/mini/guide-central-repository-upload.html
-Redirect Permanent /guides/development/guide-m2-development.html http://maven.apache.org/guides/development/guide-maven-development.html
-Redirect Permanent /guides/development/guide-building-m2.html http://maven.apache.org/guides/development/guide-building-maven.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/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
-Redirect Permanent /plugins/maven-checkstyle-plugin/howto.html http://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html
-Redirect Permanent /plugins/maven-checkstyle-plugin/tips.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
+Redirect Permanent /ant-tasks.html https://maven.apache.org/ant-tasks/index.html
+Redirect Permanent /ant-tasks-release-notes.html https://maven.apache.org/ant-tasks/release-notes.html
+
+Redirect Permanent /guides/mini/guide-ibiblio-upload.html https://maven.apache.org/guides/mini/guide-central-repository-upload.html
+Redirect Permanent /guides/development/guide-m2-development.html https://maven.apache.org/guides/development/guide-maven-development.html
+Redirect Permanent /guides/development/guide-building-m2.html https://maven.apache.org/guides/development/guide-building-maven.html
+Redirect Permanent /faq.html https://maven.apache.org/general.html
+Redirect Permanent /developers/release/pmc-release-process.html https://maven.apache.org/developers/release/releasing.html
+Redirect Permanent /development-process.html https://maven.apache.org/archives/maven-1.x/development-process.html
+Redirect Permanent /welcome-to-new-committers.html https://maven.apache.org/developers/welcome-to-new-committers.html
+
+Redirect Permanent /plugins/maven-checkstyle-plugin/customize.html https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html
+Redirect Permanent /plugins/maven-checkstyle-plugin/howto.html https://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html
+Redirect Permanent /plugins/maven-checkstyle-plugin/tips.html https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
 
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /archives/maven-1.x/reference/$1
@@ -41,39 +41,39 @@ RedirectMatch ^/maven-settings/(.*)$ /re
 RedirectMatch ^/maven-settings-builder/(.*)$ /ref/${currentStableVersion}/maven-settings-builder/$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
-RedirectMatch permanent ^/continuum(.*)$ http://continuum.apache.org$1
+RedirectMatch permanent ^/repository-manager/(.*)$ https://archiva.apache.org/$1
+RedirectMatch permanent ^/archiva(.*)$ https://archiva.apache.org$1
+RedirectMatch permanent ^/continuum(.*)$ https://continuum.apache.org$1
 RedirectMatch permanent ^/archetype/maven-archetype-bundles/(.*)$ /archetypes/$1
 RedirectMatch permanent ^/maven-archetype/(.*)$ /archetype/$1
-RedirectMatch permanent ^/plugins/maven-archetype-plugin/(.*)$ http://maven.apache.org/archetype/maven-archetype-plugin/$1
-RedirectMatch permanent ^/plugins/maven-enforcer-plugin/(.*)$ http://maven.apache.org/enforcer/maven-enforcer-plugin/$1
-RedirectMatch permanent ^/plugins/maven-failsafe-plugin/(.*)$ http://maven.apache.org/surefire/maven-failsafe-plugin/$1
-RedirectMatch Permanent ^/plugins/maven-jxr-plugin/(.*)$ http://maven.apache.org/jxr/maven-jxr-plugin/$1
-RedirectMatch permanent ^/plugins/maven-plugin-plugin/(.*)$ http://maven.apache.org/plugin-tools/maven-plugin-plugin/$1
-RedirectMatch permanent ^/plugins/maven-release-plugin/(.*)$ http://maven.apache.org/maven-release/maven-release-plugin/$1
-RedirectMatch permanent ^/plugins/maven-scm-plugin/(.*)$ http://maven.apache.org/scm/maven-scm-plugin/$1
-RedirectMatch permanent ^/plugins/maven-surefire-plugin/(.*)$ http://maven.apache.org/surefire/maven-surefire-plugin/$1
-RedirectMatch permanent ^/plugins/maven-surefire-report-plugin/(.*)$ http://maven.apache.org/surefire/maven-surefire-report-plugin/$1
+RedirectMatch permanent ^/plugins/maven-archetype-plugin/(.*)$ https://maven.apache.org/archetype/maven-archetype-plugin/$1
+RedirectMatch permanent ^/plugins/maven-enforcer-plugin/(.*)$ https://maven.apache.org/enforcer/maven-enforcer-plugin/$1
+RedirectMatch permanent ^/plugins/maven-failsafe-plugin/(.*)$ https://maven.apache.org/surefire/maven-failsafe-plugin/$1
+RedirectMatch Permanent ^/plugins/maven-jxr-plugin/(.*)$ https://maven.apache.org/jxr/maven-jxr-plugin/$1
+RedirectMatch permanent ^/plugins/maven-plugin-plugin/(.*)$ https://maven.apache.org/plugin-tools/maven-plugin-plugin/$1
+RedirectMatch permanent ^/plugins/maven-release-plugin/(.*)$ https://maven.apache.org/maven-release/maven-release-plugin/$1
+RedirectMatch permanent ^/plugins/maven-scm-plugin/(.*)$ https://maven.apache.org/scm/maven-scm-plugin/$1
+RedirectMatch permanent ^/plugins/maven-surefire-plugin/(.*)$ https://maven.apache.org/surefire/maven-surefire-plugin/$1
+RedirectMatch permanent ^/plugins/maven-surefire-report-plugin/(.*)$ https://maven.apache.org/surefire/maven-surefire-report-plugin/$1
 RedirectMatch permanent ^/shared/maven-doxia-tools/(.*)$ /doxia/doxia-tools/doxia-integration-tools/$1
-RedirectMatch permanent ^/shared/maven-plugin-testing-harness/(.*)$ http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/$1
-RedirectMatch permanent ^/shared/maven-plugin-testing-tools/(.*)$ http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/$1
-RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ http://maven.apache.org/plugin-tools/$1
-RedirectMatch permanent ^/[^/]+-archives/([^/\dLATES]+/.*)$ http://maven.apache.org/$1
-RedirectMatch permanent ^/ref/3.1-SNAPSHOT/(.*)$ http://maven.apache.org/ref/3-LATEST/$1
-
-RedirectMatch permanent ^/plugins/maven-clover-plugin/([^2i].+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/$1
-RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1
-RedirectMatch permanent ^/plugins/maven-clover-plugin/int(.+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/int$1
+RedirectMatch permanent ^/shared/maven-plugin-testing-harness/(.*)$ https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/$1
+RedirectMatch permanent ^/shared/maven-plugin-testing-tools/(.*)$ https://maven.apache.org/plugin-testing/maven-plugin-testing-tools/$1
+RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ https://maven.apache.org/plugin-tools/$1
+RedirectMatch permanent ^/[^/]+-archives/([^/\dLATES]+/.*)$ https://maven.apache.org/$1
+RedirectMatch permanent ^/ref/3.1-SNAPSHOT/(.*)$ https://maven.apache.org/ref/3-LATEST/$1
+
+RedirectMatch permanent ^/plugins/maven-clover-plugin/([^2i].+)$ https://maven.apache.org/plugins/maven-clover-plugin/2.4/$1
+RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ https://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1
+RedirectMatch permanent ^/plugins/maven-clover-plugin/int(.+)$ https://maven.apache.org/plugins/maven-clover-plugin/2.4/int$1
 
 RedirectMatch ^/plugins/maven-site-plugin-2.x/(.*)$ /plugins-archives/maven-site-plugin-2.4/$1
 RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$ /plugins/maven-site-plugin/$1
 
-Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html http://maven.apache.org/guides/development/guide-testing-development-plugins.html
+Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html https://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
+Redirect Permanent /guides/mini/guide-apt-format.html https://maven.apache.org/doxia/references/apt-format.html
 
-RedirectMatch ^/maven-1.x/(.*)$ http://maven.apache.org/archives/maven-1.x/$1
+RedirectMatch ^/maven-1.x/(.*)$ https://maven.apache.org/archives/maven-1.x/$1
 
 RewriteEngine on