diff --git a/README.md b/README.md
index 7a5ed4dfba..33a4be48ce 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Maven
-Maven is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
+Maven is available under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
- [Maven Issue Tracker](https://issues.apache.org/jira/browse/MNG)
- [Maven Wiki](https://cwiki.apache.org/confluence/display/MAVEN/Index)
-- [Building Maven](http://maven.apache.org/guides/development/guide-building-maven.html)
-- [Running Core ITs](http://maven.apache.org/core-its/core-it-suite/)
+- [Building Maven](https://maven.apache.org/guides/development/guide-building-maven.html)
+- [Running Core ITs](https://maven.apache.org/core-its/core-it-suite/)
## Bootstrapping Basics
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index cbaa7d4b73..6a1bafd974 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -11,12 +11,12 @@
Documentation
-------------
- The most up-to-date documentation can be found at http://maven.apache.org/.
+ The most up-to-date documentation can be found at https://maven.apache.org/.
Release Notes
-------------
- The full list of changes can be found at http://maven.apache.org/docs/history.html.
+ The full list of changes can be found at https://maven.apache.org/docs/history.html.
System Requirements
-------------------
@@ -59,7 +59,7 @@
5) Run "mvn --version" to verify that it is correctly installed.
- For complete documentation, see http://maven.apache.org/download.html#Installation
+ For complete documentation, see https://maven.apache.org/download.html#Installation
Licensing
---------
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index b2fa989cb4..ba7fda3943 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -1,19 +1,23 @@
-
+
This is a reference for the Maven project descriptor used in Maven. An XSD is available at: See POM Reference documentation and
- Xpp3DomUtils
+ See POM Reference documentation and
+ Xpp3DomUtils
for more information. The default location for the settings file is ~/.m2/settings.xml An XSD is available at:jdk
for
- JDK Standard Toolchain,maven.mdo
model.
* These classes use
- * plexus-utils'
+ * plexus-utils'
* XML Pull Parser API for their internal XML handling and
- * Xpp3DomBuilder +
- * Xpp3Dom for
+ * Xpp3DomBuilder +
+ * Xpp3Dom for
* DOM content representation (see <configuration>
elements).
*/
package org.apache.maven.model.io.xpp3;
diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo
index 3f6b6d66f8..5eba3eab84 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -54,8 +54,8 @@
-
]]>
@@ -701,7 +701,7 @@
These dependencies are used to construct a classpath for your
project during the build process. They are automatically downloaded from the
repositories defined in this project.
- See the
+ See the
dependency mechanism for more information.
]]>
@@ -1397,7 +1397,7 @@
calculate the various classpaths used for compilation, testing, and so on.
It also assists in determining which artifacts to include in a distribution of
this project. For more information, see
- the
+ the
dependency mechanism.
]]>
@@ -2095,8 +2095,8 @@
The source control management system URL
that describes the repository and how to connect to the
repository. For more information, see the
- URL format
- and list of supported SCMs.
+ URL format
+ and list of supported SCMs.
This connection is read-only.
]]>
@@ -2139,8 +2139,8 @@
The source control management system URL
that describes the repository and how to connect to the
repository. For more information, see the
- URL format
- and list of supported SCMs.
+ URL format
+ and list of supported SCMs.
This connection is read-only.
Default value is: parent value [+ path adjustment] + artifactId
]]>
@@ -2642,8 +2642,8 @@
combine.children
: available values are merge
(default) and append
,combine.self
: available values are merge
(default) and override
.${executedProject}
expression if required. An alternate lifecycle can also be provided:
* for more information see the documentation on the
- * build lifecycle.
*
*
@@ -133,9 +133,9 @@ import org.apache.maven.plugin.logging.SystemStreamLog;
*
*
*
- * @see Guide to Developing Java Plugins
- * @see Guide to Configuring Plug-ins
- * @see Mojo API Specification
+ * @see Guide to Developing Java Plugins
+ * @see Guide to Configuring Plug-ins
+ * @see Mojo API Specification
*
* @author Brett Porter
* @author jdcasey
diff --git a/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java b/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
index 697d95a53d..515b1104a0 100644
--- a/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
+++ b/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
@@ -33,8 +33,8 @@ import org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration;
* The bean containing the Mojo descriptor.
*
* For more information about the usage tag, have a look to:
- *
- * http://maven.apache.org/developers/mojo-api-specification.html
+ *
+ * https://maven.apache.org/developers/mojo-api-specification.html
*
* @todo is there a need for the delegation of MavenMojoDescriptor to this?
* Why not just extend ComponentDescriptor here?
diff --git a/maven-settings/src/main/mdo/settings.mdo b/maven-settings/src/main/mdo/settings.mdo
index 6d560cca59..7fa00de8b8 100644
--- a/maven-settings/src/main/mdo/settings.mdo
+++ b/maven-settings/src/main/mdo/settings.mdo
@@ -33,7 +33,7 @@
-
]]>
diff --git a/maven-settings/src/site/apt/index.apt b/maven-settings/src/site/apt/index.apt
index 6e404e8362..17eaf8c8ce 100644
--- a/maven-settings/src/site/apt/index.apt
+++ b/maven-settings/src/site/apt/index.apt
@@ -33,4 +33,4 @@ Maven Settings Model
* A {{{./settings.html}Descriptor Reference}}
- * An {{{http://maven.apache.org/xsd/settings-1.0.0.xsd}XSD}}
+ * An {{{https://maven.apache.org/xsd/settings-1.0.0.xsd}XSD}}
diff --git a/pom.xml b/pom.xml
index fba262b16d..3f9ce4f57c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,18 +1,22 @@
pom.xml
declarative file. Maven can be extended by
- plugins to utilise a
+ plugins to utilise a
number of other development tools for reporting or the build
process.