You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2018/03/12 00:35:09 UTC

svn commit: r1026614 [8/8] - in /websites/production/maven/components/studies/consumer-pom: ./ apidocs/ apidocs/org/apache/maven/consumer/model/ apidocs/org/apache/maven/consumer/model/class-use/ xref/ xref/org/apache/maven/consumer/model/ xref/org/apa...

Modified: websites/production/maven/components/studies/consumer-pom/xref/org/apache/maven/consumer/model/package-frame.html
==============================================================================
--- websites/production/maven/components/studies/consumer-pom/xref/org/apache/maven/consumer/model/package-frame.html (original)
+++ websites/production/maven/components/studies/consumer-pom/xref/org/apache/maven/consumer/model/package-frame.html Mon Mar 12 00:35:08 2018
@@ -19,15 +19,9 @@
             	<a href="Activation.html" target="classFrame">Activation</a>
           	</li>
           	          	<li>
-            	<a href="ActivationFile.html" target="classFrame">ActivationFile</a>
-          	</li>
-          	          	<li>
             	<a href="ActivationOS.html" target="classFrame">ActivationOS</a>
           	</li>
           	          	<li>
-            	<a href="ActivationProperty.html" target="classFrame">ActivationProperty</a>
-          	</li>
-          	          	<li>
             	<a href="Contributor.html" target="classFrame">Contributor</a>
           	</li>
           	          	<li>
@@ -55,6 +49,9 @@
             	<a href="License.html" target="classFrame">License</a>
           	</li>
           	          	<li>
+            	<a href="MailingList.html" target="classFrame">MailingList</a>
+          	</li>
+          	          	<li>
             	<a href="Model.html" target="classFrame">Model</a>
           	</li>
           	          	<li>

Modified: websites/production/maven/components/studies/consumer-pom/xref/org/apache/maven/consumer/model/package-summary.html
==============================================================================
--- websites/production/maven/components/studies/consumer-pom/xref/org/apache/maven/consumer/model/package-summary.html (original)
+++ websites/production/maven/components/studies/consumer-pom/xref/org/apache/maven/consumer/model/package-summary.html Mon Mar 12 00:35:08 2018
@@ -42,21 +42,11 @@
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="ActivationFile.html" target="classFrame">ActivationFile</a>
-              		</td>
-            	</tr>
-				            	<tr>
-              		<td>
                 		<a href="ActivationOS.html" target="classFrame">ActivationOS</a>
               		</td>
             	</tr>
 				            	<tr>
               		<td>
-                		<a href="ActivationProperty.html" target="classFrame">ActivationProperty</a>
-              		</td>
-            	</tr>
-				            	<tr>
-              		<td>
                 		<a href="Contributor.html" target="classFrame">Contributor</a>
               		</td>
             	</tr>
@@ -101,6 +91,11 @@
               		</td>
             	</tr>
 				            	<tr>
+              		<td>
+                		<a href="MailingList.html" target="classFrame">MailingList</a>
+              		</td>
+            	</tr>
+				            	<tr>
               		<td>
                 		<a href="Model.html" target="classFrame">Model</a>
               		</td>

Modified: websites/production/maven/components/studies/consumer-pom/xsd/maven-consumer-4.0.0.xsd
==============================================================================
--- websites/production/maven/components/studies/consumer-pom/xsd/maven-consumer-4.0.0.xsd (original)
+++ websites/production/maven/components/studies/consumer-pom/xsd/maven-consumer-4.0.0.xsd Mon Mar 12 00:35:08 2018
@@ -160,6 +160,17 @@
           </xs:sequence>
         </xs:complexType>
       </xs:element>
+      <xs:element minOccurs="0" name="mailingLists">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">Contains information about a project&apos;s mailing lists.</xs:documentation>
+        </xs:annotation>
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="mailingList" minOccurs="0" maxOccurs="unbounded" type="MailingList"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
       <xs:element minOccurs="0" name="prerequisites" type="Prerequisites">
         <xs:annotation>
           <xs:documentation source="version">4.0.0+</xs:documentation>
@@ -614,67 +625,6 @@
             attributes are detected.</xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element minOccurs="0" name="property" type="ActivationProperty">
-        <xs:annotation>
-          <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">Specifies that this profile will be activated when this system property is
-            specified.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-      <xs:element minOccurs="0" name="file" type="ActivationFile">
-        <xs:annotation>
-          <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">Specifies that this profile will be activated based on existence of a file.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-    </xs:all>
-  </xs:complexType>
-  <xs:complexType name="ActivationFile">
-    <xs:annotation>
-      <xs:documentation source="version">4.0.0+</xs:documentation>
-      <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;
-        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>
-    <xs:all>
-      <xs:element minOccurs="0" name="missing" type="xs:string">
-        <xs:annotation>
-          <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The name of the file that must be missing to activate the
-          profile.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-      <xs:element minOccurs="0" name="exists" type="xs:string">
-        <xs:annotation>
-          <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The name of the file that must exist to activate the profile.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-    </xs:all>
-  </xs:complexType>
-  <xs:complexType name="ActivationProperty">
-    <xs:annotation>
-      <xs:documentation source="version">4.0.0+</xs:documentation>
-      <xs:documentation source="description">This is the property specification used to activate a profile. If the value field
-        is empty, then the existence of the named property will activate the profile, otherwise it
-        does a case-sensitive match against the property value as well.</xs:documentation>
-    </xs:annotation>
-    <xs:all>
-      <xs:element minOccurs="0" name="name" type="xs:string">
-        <xs:annotation>
-          <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The name of the property to be used to activate a profile.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-      <xs:element minOccurs="0" name="value" type="xs:string">
-        <xs:annotation>
-          <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The value of the property required to activate a profile.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
     </xs:all>
   </xs:complexType>
   <xs:complexType name="ActivationOS">
@@ -977,6 +927,81 @@
       </xs:element>
     </xs:all>
   </xs:complexType>
+  <xs:complexType name="MailingList">
+    <xs:annotation>
+      <xs:documentation source="version">3.0.0+</xs:documentation>
+      <xs:documentation source="description">This element describes all of the mailing lists associated with a project. The
+        auto-generated site references this information.</xs:documentation>
+    </xs:annotation>
+    <xs:all>
+      <xs:element minOccurs="0" name="name" type="xs:string">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">
+            
+            The name of the mailing list.
+            
+          </xs:documentation>
+        </xs:annotation>
+      </xs:element>
+      <xs:element minOccurs="0" name="subscribe" type="xs:string">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">
+            
+            The email address or link that can be used to subscribe to
+            the mailing list.  If this is an email address, a
+            &lt;code&gt;mailto:&lt;/code&gt; link will automatically be created
+            when the documentation is created.
+            
+          </xs:documentation>
+        </xs:annotation>
+      </xs:element>
+      <xs:element minOccurs="0" name="unsubscribe" type="xs:string">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">
+            
+            The email address or link that can be used to unsubscribe to
+            the mailing list.  If this is an email address, a
+            &lt;code&gt;mailto:&lt;/code&gt; link will automatically be created
+            when the documentation is created.
+            
+          </xs:documentation>
+        </xs:annotation>
+      </xs:element>
+      <xs:element minOccurs="0" name="post" type="xs:string">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">
+            
+            The email address or link that can be used to post to
+            the mailing list.  If this is an email address, a
+            &lt;code&gt;mailto:&lt;/code&gt; link will automatically be created
+            when the documentation is created.
+            
+          </xs:documentation>
+        </xs:annotation>
+      </xs:element>
+      <xs:element minOccurs="0" name="archive" type="xs:string">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">The link to a URL where you can browse the mailing list archive.</xs:documentation>
+        </xs:annotation>
+      </xs:element>
+      <xs:element minOccurs="0" name="otherArchives">
+        <xs:annotation>
+          <xs:documentation source="version">3.0.0+</xs:documentation>
+          <xs:documentation source="description">The link to alternate URLs where you can browse the list archive.</xs:documentation>
+        </xs:annotation>
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="otherArchive" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:all>
+  </xs:complexType>
   <xs:complexType name="Scm">
     <xs:annotation>
       <xs:documentation source="version">4.0.0+</xs:documentation>