This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit efbcc4cb16c0f9b6e1c315ee104f91c6e1294b70
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Apr 18 21:51:23 2019 +0200

    [MNG-6639] XSD for Apache Maven 3.5.x
---
 content/resources/xsd/core-extensions-1.0.0.xsd    |  4 +-
 content/resources/xsd/lifecycle-1.0.0.xsd          |  4 +-
 content/resources/xsd/maven-4.0.0.xsd              | 56 +++++++++++-----------
 content/resources/xsd/paramdoc-1.0.0.xsd           |  2 +-
 content/resources/xsd/profiles-1.0.0.xsd           |  4 +-
 .../resources/xsd/repository-metadata-1.1.0.xsd    |  4 +-
 content/resources/xsd/settings-1.1.0.xsd           |  6 +--
 content/resources/xsd/toolchains-1.1.0.xsd         | 10 ++--
 8 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/content/resources/xsd/core-extensions-1.0.0.xsd 
b/content/resources/xsd/core-extensions-1.0.0.xsd
index 6598c75..8e9fe06 100644
--- a/content/resources/xsd/core-extensions-1.0.0.xsd
+++ b/content/resources/xsd/core-extensions-1.0.0.xsd
@@ -1,6 +1,6 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/EXTENSIONS/1.0.0"; 
targetNamespace="http://maven.apache.org/EXTENSIONS/1.0.0";>
diff --git a/content/resources/xsd/lifecycle-1.0.0.xsd 
b/content/resources/xsd/lifecycle-1.0.0.xsd
index fc775e8..d46dc30 100644
--- a/content/resources/xsd/lifecycle-1.0.0.xsd
+++ b/content/resources/xsd/lifecycle-1.0.0.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/LIFECYCLE/1.0.0"; 
targetNamespace="http://maven.apache.org/LIFECYCLE/1.0.0";>
@@ -59,7 +59,7 @@
       <xs:element minOccurs="0" name="id" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0</xs:documentation>
-          <xs:documentation source="description">The ID of this phase, eg 
&lt;code&gt;generate-sources&lt;/code&gt;.</xs:documentation>
+          <xs:documentation source="description">The ID of this phase, e.g., 
&lt;code&gt;generate-sources&lt;/code&gt;.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="executions">
diff --git a/content/resources/xsd/maven-4.0.0.xsd 
b/content/resources/xsd/maven-4.0.0.xsd
index 75f2283..20dfb94 100644
--- a/content/resources/xsd/maven-4.0.0.xsd
+++ b/content/resources/xsd/maven-4.0.0.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/POM/4.0.0"; 
targetNamespace="http://maven.apache.org/POM/4.0.0";>
@@ -105,7 +105,7 @@
           <xs:documentation source="description">
             
             The URL to the project&apos;s homepage.
-            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + artifactId
+            &lt;br&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + (artifactId or &lt;code&gt;project.directory&lt;/code&gt; 
property)
             
           </xs:documentation>
         </xs:annotation>
@@ -261,7 +261,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 &lt;a 
href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
+            See &lt;a 
href=&quot;https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
             dependency mechanism&lt;/a&gt; for more information.
             
           </xs:documentation>
@@ -509,10 +509,10 @@
             The source control management system URL
             that describes the repository and how to connect to the
             repository. For more information, see the
-            &lt;a 
href=&quot;http://maven.apache.org/scm/scm-url-format.html&quot;&gt;URL 
format&lt;/a&gt;
-            and &lt;a 
href=&quot;http://maven.apache.org/scm/scms-overview.html&quot;&gt;list of 
supported SCMs&lt;/a&gt;.
+            &lt;a 
href=&quot;https://maven.apache.org/scm/scm-url-format.html&quot;&gt;URL 
format&lt;/a&gt;
+            and &lt;a 
href=&quot;https://maven.apache.org/scm/scms-overview.html&quot;&gt;list of 
supported SCMs&lt;/a&gt;.
             This connection is read-only.
-            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + artifactId
+            &lt;br&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + (artifactId or &lt;code&gt;project.directory&lt;/code&gt; 
property) 
             
           </xs:documentation>
         </xs:annotation>
@@ -524,7 +524,7 @@
             
             Just like &lt;code&gt;connection&lt;/code&gt;, but for developers, 
i.e. this scm connection
             will not be read only.
-            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + artifactId
+            &lt;br&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + (artifactId or &lt;code&gt;project.directory&lt;/code&gt; 
property)
             
           </xs:documentation>
         </xs:annotation>
@@ -541,7 +541,7 @@
           <xs:documentation source="description">
             
             The URL to the project&apos;s browsable SCM repository, such as 
ViewVC or Fisheye.
-            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + artifactId
+            &lt;br&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + (artifactId or &lt;code&gt;project.directory&lt;/code&gt; 
property)
             
           </xs:documentation>
         </xs:annotation>
@@ -663,7 +663,7 @@
             The classifier of the dependency. It is appended to
             the filename after the version. This allows:
             &lt;ul&gt;
-            &lt;li&gt;refering to attached artifact, for example 
&lt;code&gt;sources&lt;/code&gt; and &lt;code&gt;javadoc&lt;/code&gt;:
+            &lt;li&gt;referring to attached artifact, for example 
&lt;code&gt;sources&lt;/code&gt; and &lt;code&gt;javadoc&lt;/code&gt;:
             see &lt;a 
href=&quot;../maven-core/artifact-handlers.html&quot;&gt;default artifact 
handlers&lt;/a&gt; for a list,&lt;/li&gt;
             &lt;li&gt;distinguishing two artifacts
             that belong to the same POM but were built differently.
@@ -683,8 +683,8 @@
             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
-            &lt;a 
href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
-            dependency mechanism&lt;/a&gt;.
+            &lt;a 
href=&quot;https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
+            dependency mechanism&lt;/a&gt;. The default scope is 
&lt;code&gt;compile&lt;/code&gt;.
             
           </xs:documentation>
         </xs:annotation>
@@ -1318,7 +1318,7 @@
           <xs:documentation source="description">
             
             The url of the location where website is deployed, in the form 
&lt;code&gt;protocol://hostname/path&lt;/code&gt;.
-            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + artifactId
+            &lt;br&gt;&lt;b&gt;Default value is&lt;/b&gt;: parent value [+ 
path adjustment] + (artifactId or &lt;code&gt;project.directory&lt;/code&gt; 
property)
             
           </xs:documentation>
         </xs:annotation>
@@ -1438,8 +1438,8 @@
             &lt;li&gt;&lt;code&gt;combine.children&lt;/code&gt;: available 
values are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;append&lt;/code&gt;,&lt;/li&gt;
             &lt;li&gt;&lt;code&gt;combine.self&lt;/code&gt;: available values 
are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;override&lt;/code&gt;.&lt;/li&gt;
             &lt;/ul&gt;
-            &lt;p&gt;See &lt;a 
href=&quot;http://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
-            &lt;a 
href=&quot;http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
+            &lt;p&gt;See &lt;a 
href=&quot;https://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
+            &lt;a 
href=&quot;https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
             for more information.&lt;/p&gt;
             
           </xs:documentation>
@@ -1503,8 +1503,8 @@
             &lt;li&gt;&lt;code&gt;combine.children&lt;/code&gt;: available 
values are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;append&lt;/code&gt;,&lt;/li&gt;
             &lt;li&gt;&lt;code&gt;combine.self&lt;/code&gt;: available values 
are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;override&lt;/code&gt;.&lt;/li&gt;
             &lt;/ul&gt;
-            &lt;p&gt;See &lt;a 
href=&quot;http://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
-            &lt;a 
href=&quot;http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
+            &lt;p&gt;See &lt;a 
href=&quot;https://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
+            &lt;a 
href=&quot;https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
             for more information.&lt;/p&gt;
             
           </xs:documentation>
@@ -1603,7 +1603,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 &lt;a 
href=&quot;http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
+            See &lt;a 
href=&quot;https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html&quot;&gt;the
             dependency mechanism&lt;/a&gt; for more information.
             
           </xs:documentation>
@@ -1748,7 +1748,7 @@
       <xs:documentation source="description">This is the file specification 
used to activate the profile. The &lt;code&gt;missing&lt;/code&gt; value
         is the location of a file that needs to exist, and if it doesn&apos;t, 
the profile will be
         activated. On the other hand, &lt;code&gt;exists&lt;/code&gt; will 
test for the existence of the file and if it is
-        there, the profile will be activated.&lt;br/&gt;
+        there, the profile will be activated.&lt;br&gt;
         Variable interpolation for these file specifications is limited to 
&lt;code&gt;${basedir}&lt;/code&gt;,
         System properties and request properties.</xs:documentation>
     </xs:annotation>
@@ -2079,8 +2079,8 @@
             &lt;li&gt;&lt;code&gt;combine.children&lt;/code&gt;: available 
values are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;append&lt;/code&gt;,&lt;/li&gt;
             &lt;li&gt;&lt;code&gt;combine.self&lt;/code&gt;: available values 
are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;override&lt;/code&gt;.&lt;/li&gt;
             &lt;/ul&gt;
-            &lt;p&gt;See &lt;a 
href=&quot;http://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
-            &lt;a 
href=&quot;http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
+            &lt;p&gt;See &lt;a 
href=&quot;https://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
+            &lt;a 
href=&quot;https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
             for more information.&lt;/p&gt;
             
           </xs:documentation>
@@ -2155,8 +2155,8 @@
             &lt;li&gt;&lt;code&gt;combine.children&lt;/code&gt;: available 
values are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;append&lt;/code&gt;,&lt;/li&gt;
             &lt;li&gt;&lt;code&gt;combine.self&lt;/code&gt;: available values 
are &lt;code&gt;merge&lt;/code&gt; (default) and 
&lt;code&gt;override&lt;/code&gt;.&lt;/li&gt;
             &lt;/ul&gt;
-            &lt;p&gt;See &lt;a 
href=&quot;http://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
-            &lt;a 
href=&quot;http://plexus.codehaus.org/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
+            &lt;p&gt;See &lt;a 
href=&quot;https://maven.apache.org/pom.html#Plugins&quot;&gt;POM Reference 
documentation&lt;/a&gt; and
+            &lt;a 
href=&quot;https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/Xpp3DomUtils.html&quot;&gt;Xpp3DomUtils&lt;/a&gt;
             for more information.&lt;/p&gt;
             
           </xs:documentation>
@@ -2275,12 +2275,12 @@
         <xs:annotation>
           <xs:documentation source="version">4.0.0+</xs:documentation>
           <xs:documentation source="description">
-            For a plugin project, the minimum version of Maven required to use
-            the resulting plugin.&lt;br /&gt;
-            For specifying the minimum version of Maven required to build a
-            project, this element is &lt;b&gt;deprecated&lt;/b&gt;. Use the 
Maven Enforcer
-            Plugin&apos;s &lt;a 
href=&quot;https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html&quot;&gt;&lt;code&gt;requireMavenVersion&lt;/code&gt;&lt;/a&gt;
-            rule instead.
+            For a plugin project (packaging is 
&lt;code&gt;maven-plugin&lt;/code&gt;), the minimum version of
+            Maven required to use the resulting plugin.&lt;br&gt;
+            In Maven 2, this was also specifying the minimum version of Maven 
required to build a
+            project, but this usage is &lt;b&gt;deprecated&lt;/b&gt; in Maven 
3 and not checked any more: use
+            the &lt;a 
href=&quot;https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html&quot;&gt;Maven
 Enforcer Plugin&apos;s
+            &lt;code&gt;requireMavenVersion&lt;/code&gt; rule&lt;/a&gt; 
instead.
             
           </xs:documentation>
         </xs:annotation>
diff --git a/content/resources/xsd/paramdoc-1.0.0.xsd 
b/content/resources/xsd/paramdoc-1.0.0.xsd
index b6600e1..7acc454 100644
--- a/content/resources/xsd/paramdoc-1.0.0.xsd
+++ b/content/resources/xsd/paramdoc-1.0.0.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/PARAMDOC/1.0.0"; 
targetNamespace="http://maven.apache.org/PARAMDOC/1.0.0";>
diff --git a/content/resources/xsd/profiles-1.0.0.xsd 
b/content/resources/xsd/profiles-1.0.0.xsd
index 1cf2b27..2e9478d 100644
--- a/content/resources/xsd/profiles-1.0.0.xsd
+++ b/content/resources/xsd/profiles-1.0.0.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/PROFILES/1.0.0"; 
targetNamespace="http://maven.apache.org/PROFILES/1.0.0";>
@@ -244,7 +244,7 @@
     <xs:annotation>
       <xs:documentation source="version">1.0.0</xs:documentation>
       <xs:documentation source="description">
-        Repository contains the information needed for establishing 
connections with remote repoistory
+        Repository contains the information needed for establishing 
connections with remote repository
       </xs:documentation>
     </xs:annotation>
     <xs:all>
diff --git a/content/resources/xsd/repository-metadata-1.1.0.xsd 
b/content/resources/xsd/repository-metadata-1.1.0.xsd
index 16779b3..68813ba 100644
--- a/content/resources/xsd/repository-metadata-1.1.0.xsd
+++ b/content/resources/xsd/repository-metadata-1.1.0.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/METADATA/1.1.0"; 
targetNamespace="http://maven.apache.org/METADATA/1.1.0";>
@@ -50,7 +50,7 @@
         </xs:complexType>
       </xs:element>
     </xs:all>
-    <xs:attribute name="modelVersion" type="xs:string">
+    <xs:attribute name="modelVersion" type="xs:string" use="optional">
       <xs:annotation>
         <xs:documentation source="version">1.1.0+</xs:documentation>
         <xs:documentation source="description">The version of the underlying 
metadata model.</xs:documentation>
diff --git a/content/resources/xsd/settings-1.1.0.xsd 
b/content/resources/xsd/settings-1.1.0.xsd
index 8fd1edd..d828a1c 100644
--- a/content/resources/xsd/settings-1.1.0.xsd
+++ b/content/resources/xsd/settings-1.1.0.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/SETTINGS/1.1.0"; 
targetNamespace="http://maven.apache.org/SETTINGS/1.1.0";>
@@ -25,7 +25,7 @@
           <xs:documentation source="version">1.0.0+</xs:documentation>
           <xs:documentation source="description">
             
-            The local repository.&lt;br /&gt;&lt;b&gt;Default value 
is:&lt;/b&gt; &lt;tt&gt;${user.home}/.m2/repository&lt;/tt&gt;
+            The local repository.&lt;br&gt;&lt;b&gt;Default value 
is:&lt;/b&gt; &lt;tt&gt;${user.home}/.m2/repository&lt;/tt&gt;
             
           </xs:documentation>
         </xs:annotation>
@@ -346,7 +346,7 @@
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
           <xs:documentation source="description">
-            The server ID of the repository being mirrored, eg
+            The server ID of the repository being mirrored, e.g.,
             &quot;central&quot;. This MUST NOT match the mirror id.
           </xs:documentation>
         </xs:annotation>
diff --git a/content/resources/xsd/toolchains-1.1.0.xsd 
b/content/resources/xsd/toolchains-1.1.0.xsd
index f590867..99d74c4 100644
--- a/content/resources/xsd/toolchains-1.1.0.xsd
+++ b/content/resources/xsd/toolchains-1.1.0.xsd
@@ -1,6 +1,6 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.8.3,                                            -->
+<!-- Generated by Modello 1.9.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0"; 
targetNamespace="http://maven.apache.org/TOOLCHAINS/1.1.0";>
@@ -42,9 +42,9 @@
           <xs:documentation source="description">
                     Type of toolchain:&lt;ul&gt;
                     &lt;li&gt;&lt;code&gt;jdk&lt;/code&gt; for
-                    &lt;a 
href=&quot;http://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/jdk.html&quot;&gt;JDK
 Standard Toolchain&lt;/a&gt;,&lt;/li&gt;
+                    &lt;a 
href=&quot;https://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/jdk.html&quot;&gt;JDK
 Standard Toolchain&lt;/a&gt;,&lt;/li&gt;
                     &lt;li&gt;other value for
-                    &lt;a 
href=&quot;http://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/custom.html&quot;&gt;Custom
 Toolchain&lt;/a&gt;&lt;/li&gt;
+                    &lt;a 
href=&quot;https://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/custom.html&quot;&gt;Custom
 Toolchain&lt;/a&gt;&lt;/li&gt;
                     &lt;/ul&gt;
                     </xs:documentation>
         </xs:annotation>
@@ -73,7 +73,7 @@
           <xs:documentation source="description">
                     
                     &lt;p&gt;Toolchain configuration information, like 
location or any information that is to be retrieved.&lt;/p&gt;
-                    &lt;p&gt;Actual content structure is completely open: each 
toochain type will define its own format and semantics.&lt;/p&gt;
+                    &lt;p&gt;Actual content structure is completely open: each 
toolchain type will define its own format and semantics.&lt;/p&gt;
                     &lt;p&gt;In general, this is a properties format: 
&lt;code&gt;&amp;lt;name&amp;gt;value&amp;lt;/name&amp;gt;&lt;/code&gt; with
                     per-toolchain defined properties names.&lt;/p&gt;
                     </xs:documentation>

Reply via email to