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 72315bfe32cf6ff7eef0b71060dfed4945228ccb
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Apr 18 22:16:28 2019 +0200

    [MNG-6639] XSD for Apache Maven 3.6.0
---
 content/resources/xsd/maven-4.0.0.xsd | 48 ++++++++++++++++++++++++++++++++---
 1 file changed, 45 insertions(+), 3 deletions(-)

diff --git a/content/resources/xsd/maven-4.0.0.xsd 
b/content/resources/xsd/maven-4.0.0.xsd
index 20dfb94..db213e4 100644
--- a/content/resources/xsd/maven-4.0.0.xsd
+++ b/content/resources/xsd/maven-4.0.0.xsd
@@ -105,7 +105,8 @@
           <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 or &lt;code&gt;project.directory&lt;/code&gt; 
property)
+            &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), or just parent value if 
+            
&lt;code&gt;child.urls.inherit.append.path=&quot;false&quot;&lt;/code&gt;
             
           </xs:documentation>
         </xs:annotation>
@@ -343,6 +344,19 @@
         </xs:complexType>
       </xs:element>
     </xs:all>
+    <xs:attribute name="child.inherit.append.path" type="xs:string" 
use="optional">
+      <xs:annotation>
+        <xs:documentation source="version">4.0.0+</xs:documentation>
+        <xs:documentation source="description">
+            
+            When childs inherit from urls, append path or not?. Note: While 
the type
+            of this field is &lt;code&gt;String&lt;/code&gt; for technical 
reasons, the semantic type is actually
+            &lt;code&gt;Boolean&lt;/code&gt;
+            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: 
&lt;code&gt;true&lt;/code&gt;
+            
+          </xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
   </xs:complexType>
   <xs:complexType name="License">
     <xs:annotation>
@@ -541,12 +555,26 @@
           <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 or &lt;code&gt;project.directory&lt;/code&gt; 
property)
+            &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), or just parent value if 
+            
&lt;code&gt;child.urls.inherit.append.path=&quot;false&quot;&lt;/code&gt;
             
           </xs:documentation>
         </xs:annotation>
       </xs:element>
     </xs:all>
+    <xs:attribute name="child.inherit.append.path" type="xs:string" 
use="optional">
+      <xs:annotation>
+        <xs:documentation source="version">4.0.0+</xs:documentation>
+        <xs:documentation source="description">
+            
+            When childs inherit from urls, append path or not?. Note: While 
the type
+            of this field is &lt;code&gt;String&lt;/code&gt; for technical 
reasons, the semantic type is actually
+            &lt;code&gt;Boolean&lt;/code&gt;
+            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: 
&lt;code&gt;true&lt;/code&gt;
+            
+          </xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
   </xs:complexType>
   <xs:complexType name="IssueManagement">
     <xs:annotation>
@@ -1318,12 +1346,26 @@
           <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 or &lt;code&gt;project.directory&lt;/code&gt; 
property)
+            &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), or just parent value if 
+            
&lt;code&gt;child.urls.inherit.append.path=&quot;false&quot;&lt;/code&gt;
             
           </xs:documentation>
         </xs:annotation>
       </xs:element>
     </xs:all>
+    <xs:attribute name="child.inherit.append.path" type="xs:string" 
use="optional">
+      <xs:annotation>
+        <xs:documentation source="version">4.0.0+</xs:documentation>
+        <xs:documentation source="description">
+            
+            When childs inherit from urls, append path or not?. Note: While 
the type
+            of this field is &lt;code&gt;String&lt;/code&gt; for technical 
reasons, the semantic type is actually
+            &lt;code&gt;Boolean&lt;/code&gt;
+            &lt;br /&gt;&lt;b&gt;Default value is&lt;/b&gt;: 
&lt;code&gt;true&lt;/code&gt;
+            
+          </xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
   </xs:complexType>
   <xs:complexType name="Reporting">
     <xs:annotation>

Reply via email to