Skip to content

Commit

Permalink
[MASSEMBLY-949] Correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 16, 2022
1 parent dfe8904 commit f4f2f75
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/main/mdo/assembly-component.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
-->

<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
xml.namespace="http://maven.apache.org/ASSEMBLY-COMPONENT/${version}"
xml.schemaLocation="http://maven.apache.org/xsd/assembly-component-${version}.xsd">
xml.schemaLocation="https://maven.apache.org/xsd/assembly-component-${version}.xsd">

<id>assembly-component</id>
<name>Component</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/mdo/assembly.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
-->

<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/2.0.0 http://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
xml.namespace="http://maven.apache.org/ASSEMBLY/${version}"
xml.schemaLocation="http://maven.apache.org/xsd/assembly-${version}.xsd">
xml.schemaLocation="https://maven.apache.org/xsd/assembly-${version}.xsd">

<id>assembly</id>
<name>Assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assemblies/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- START SNIPPET: bin -->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
<id>bin</id>
<formats>
<format>tar.gz</format>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assemblies/jar-with-dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- START SNIPPET: jar-with-dependencies -->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
<!-- TODO: a jarjar format would be better -->
<id>jar-with-dependencies</id>
<formats>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assemblies/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- START SNIPPET: project -->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
<id>project</id>
<formats>
<format>tar.gz</format>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assemblies/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- START SNIPPET: src -->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/${mdoVersion}"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} http://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/${mdoVersion} https://maven.apache.org/xsd/assembly-${mdoVersion}.xsd">
<id>src</id>
<formats>
<format>tar.gz</format>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/advanced-descriptor-topics.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Advanced Assembly-Descriptor Topics

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/advanced-module-set-topics.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Advanced Module-Set Topics

Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/descriptor-refs.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Pre-defined Descriptor Files

Expand Down Expand Up @@ -60,7 +60,7 @@ Pre-defined Descriptor Files

Note that <<<jar-with-dependencies>>> provides only basic support for uber-jars.
For more control, use the
{{{http://maven.apache.org/plugins/maven-shade-plugin/} Maven Shade Plugin}}.
{{{https://maven.apache.org/plugins/maven-shade-plugin/} Maven Shade Plugin}}.

Below is the <<<jar-with-dependencies>>> descriptor format:

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Examples

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/multimodule/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Multi-Module Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Including Module Binaries

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Including Module Sources

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/sharing-descriptors.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Sharing Assembly Descriptors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html


Filtering Some Distribution Files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
~~ limitations under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html


Including and Excluding Artifacts
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/single/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Single Project Examples

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/single/using-components.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Using Component Descriptors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Using Container Descriptor Handlers

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/single/using-repositories.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Using Repositories

Expand Down
7 changes: 5 additions & 2 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

${project.name}

Expand Down Expand Up @@ -113,7 +113,10 @@ ${project.name}

* Assembly and Component Descriptor Schemas (XSD)

* {{{/xsd/assembly-2.1.0.xsd}http://maven.apache.org/xsd/assembly-2.1.0.xsd}},
* {{{/xsd/assembly-2.1.1.xsd}https://maven.apache.org/xsd/assembly-2.1.1.xsd}},
{{{/xsd/assembly-component-2.1.1.xsd}https://maven.apache.org/xsd/assembly-component-2.1.1.xsd}} (for version 3.4.0 and higher)

* {{{/xsd/assembly-2.1.0.xsd}https://maven.apache.org/xsd/assembly-2.1.0.xsd}},
{{{/xsd/assembly-component-2.1.0.xsd}https://maven.apache.org/xsd/assembly-component-2.1.0.xsd}} (for version 3.2 and higher)

* {{{/xsd/assembly-2.0.0.xsd}https://maven.apache.org/xsd/assembly-2.0.0.xsd}},
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
~~ under the License.

~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html

Usage

Expand Down Expand Up @@ -251,7 +251,7 @@ Main-Class: org.sample.App
{{{./assembly.html}Assembly Descriptor}}

[[2]] For more information about <<<maven-archiver>>>, look
{{{http://maven.apache.org/shared/maven-archiver/index.html}here}}.
{{{https://maven.apache.org/shared/maven-archiver/index.html}here}}.

[[3]] For more information on advanced <<<maven-assembly-plugin>>>
configuration, see the {{{./examples/index.html}examples}}.
Expand Down
6 changes: 3 additions & 3 deletions src/site/fml/faq.fml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.

<faqs xmlns="http://maven.apache.org/FML/1.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 https://maven.apache.org/xsd/fml-1.0.1.xsd"
id="FAQ" title="Frequently Asked Questions">
<part id="General">
<faq id="deploy">
Expand All @@ -41,7 +41,7 @@ under the License.
<question>How do I use the Assembly Plugin to package my project's javadoc files?</question>
<answer>
<p>The Javadoc Plugin can generate the javadoc files of your projects. Also, the Javadoc Plugin can package them!</p>
<p>Please see the <a href="http://maven.apache.org/plugins/maven-javadoc-plugin/">Javadoc Plugin Documentation</a>.</p>
<p>Please see the <a href="https://maven.apache.org/plugins/maven-javadoc-plugin/">Javadoc Plugin Documentation</a>.</p>
</answer>
</faq>
<faq id="inherit">
Expand Down Expand Up @@ -168,7 +168,7 @@ under the License.
<li>all system or maven properties available in your build with the syntax <code>${myProperty}</code>.</li>
<li>all environment variables with <code>${env.XXX}</code> where <code>XXX</code> is the environment variable.</li>
<li>the special <code>${dashClassifier?}</code> property (see above).</li>
<li>all artifacts attributes (<a href="http://maven.apache.org/ref/3.0.4/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html"> from the Artifact class</a>) like :
<li>all artifacts attributes (<a href="https://maven.apache.org/ref/3.0.4/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html"> from the Artifact class</a>) like :
<ul>
<li><code>${artifact.groupId}</code> : The artifact groupId.</li>
<li><code>${artifact.artifactId}</code> : The artifact artifactId.</li>
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
https://maven.apache.org/xsd/decoration-1.0.0.xsd">

<body>
<menu name="Reference">
Expand All @@ -37,7 +37,7 @@ under the License.
<item name="Usage" href="./usage.html"/>
<item name="FAQ" href="./faq.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="http://www.apache.org/licenses/"/>
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>

Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/download.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ under the License.
hours to reach all mirrors.<p/>

<p>In order to guard against corrupted downloads/installations, it is highly recommended to
<a href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
<a href="https://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
of the release bundles against the public <a href="https://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
developers.</p>

<p>${project.name} is distributed under the <a href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
<p>${project.name} is distributed under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>

<p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.</p>

Expand Down Expand Up @@ -117,7 +117,7 @@ under the License.

<subsection name="Previous Versions">

<p>Older non-recommended releases can be found on our <a href="http://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>
<p>Older non-recommended releases can be found on our <a href="https://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>

</subsection>
</section>
Expand Down

0 comments on commit f4f2f75

Please sign in to comment.