Author: svn-site-role
Date: Tue Oct 7 19:01:23 2025
New Revision: 1929006
Log:
Site checkin for project Apache Maven Site
Modified:
maven/website/content/guides/mini/guide-creating-archetypes.html
maven/website/content/plugins/index.html
maven/website/content/xsd/archetype-catalog-1.0.0.xsd
maven/website/content/xsd/archetype-descriptor-1.2.0.xsd
Modified: maven/website/content/guides/mini/guide-creating-archetypes.html
==============================================================================
--- maven/website/content/guides/mini/guide-creating-archetypes.html Tue Oct
7 18:45:02 2025 (r1929005)
+++ maven/website/content/guides/mini/guide-creating-archetypes.html Tue Oct
7 19:01:23 2025 (r1929006)
@@ -206,7 +206,7 @@ under the License.
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>3.4.0</version>
+ <version>3.4.1</version>
</extension>
</extensions>
</build>
@@ -217,8 +217,8 @@ under the License.
<p>The <a
href="/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html">archetype
descriptor</a> is a file called <code>archetype-metadata.xml</code> which must
be located in the <code>src/main/resources/META-INF/maven/</code> directory. An
example of an archetype descriptor can be found in the quickstart archetype:</p>
<pre class="prettyprint linenums"><code
class="language-xml"><archetype-descriptor
-
xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0
https://maven.apache.org/xsd/archetype-descriptor-1.2.0.xsd"
+
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0
https://maven.apache.org/xsd/archetype-descriptor-1.2.0.xsd"
name="quickstart">
<fileSets>
<fileSet filtered="true" packaged="true">
Modified: maven/website/content/plugins/index.html
==============================================================================
--- maven/website/content/plugins/index.html Tue Oct 7 18:45:02 2025
(r1929005)
+++ maven/website/content/plugins/index.html Tue Oct 7 19:01:23 2025
(r1929006)
@@ -452,8 +452,8 @@ under the License.
<tr class="b">
<td><a
href="/archetype/maven-archetype-plugin/"><code>archetype</code></a></td>
<td>B</td>
-<td>3.4.0</td>
-<td>2025-05-13</td>
+<td>3.4.1</td>
+<td>2025-10-03</td>
<td>Generate a skeleton project structure from an archetype.</td>
<td><a href="https://gitbox.apache.org/repos/asf/maven-archetype.git"
class="externalLink">Git</a> / <a
href="https://github.com/apache/maven-archetype/"
class="externalLink">GitHub</a></td>
<td><a href="https://github.com/apache/maven-archetype/issues"
class="externalLink">GitHub Issues</a></td></tr>
Modified: maven/website/content/xsd/archetype-catalog-1.0.0.xsd
==============================================================================
--- maven/website/content/xsd/archetype-catalog-1.0.0.xsd Tue Oct 7
18:45:02 2025 (r1929005)
+++ maven/website/content/xsd/archetype-catalog-1.0.0.xsd Tue Oct 7
19:01:23 2025 (r1929006)
@@ -1,24 +1,22 @@
<?xml version="1.0"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one -->
+<!-- or more contributor license agreements. See the NOTICE file -->
+<!-- distributed with this work for additional information -->
+<!-- regarding copyright ownership. The ASF licenses this file -->
+<!-- to you under the Apache License, Version 2.0 (the -->
+<!-- "License"); you may not use this file except in compliance -->
+<!-- with the License. You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, -->
+<!-- software distributed under the License is distributed on an -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -->
+<!-- KIND, either express or implied. See the License for the -->
+<!-- specific language governing permissions and limitations -->
+<!-- under the License. -->
<!-- =================== DO NOT EDIT THIS FILE ==================== -->
-<!-- Generated by Modello 1.9.1, -->
+<!-- Generated by Modello 2.5.1, -->
<!-- any modifications will be overwritten. -->
<!-- ============================================================== -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0"
targetNamespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0">
@@ -35,11 +33,11 @@
<xs:element minOccurs="0" name="archetypes">
<xs:annotation>
<xs:documentation source="version">0.0.0+</xs:documentation>
- <xs:documentation source="description">List of Acthetypes available
in this catalog.</xs:documentation>
+ <xs:documentation source="description">List of Archetypes available
in this catalog.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
- <xs:element name="archetype" minOccurs="0" maxOccurs="unbounded"
type="Archetype"/>
+ <xs:element type="Archetype" name="archetype" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -48,7 +46,7 @@
<xs:complexType name="Archetype">
<xs:annotation>
<xs:documentation source="version">0.0.0+</xs:documentation>
- <xs:documentation source="description">Informations to point to an
Archetype referenced in the catalog.</xs:documentation>
+ <xs:documentation source="description">Information to point to an
Archetype referenced in the catalog.</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element minOccurs="0" name="groupId" type="xs:string">
Modified: maven/website/content/xsd/archetype-descriptor-1.2.0.xsd
==============================================================================
--- maven/website/content/xsd/archetype-descriptor-1.2.0.xsd Tue Oct 7
18:45:02 2025 (r1929005)
+++ maven/website/content/xsd/archetype-descriptor-1.2.0.xsd Tue Oct 7
19:01:23 2025 (r1929006)
@@ -16,10 +16,10 @@
<!-- specific language governing permissions and limitations -->
<!-- under the License. -->
<!-- =================== DO NOT EDIT THIS FILE ==================== -->
-<!-- Generated by Modello 2.4.0, -->
+<!-- Generated by Modello 2.5.1, -->
<!-- any modifications will be overwritten. -->
<!-- ============================================================== -->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0"
targetNamespace="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0"
targetNamespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.2.0">
<xs:element name="archetype-descriptor" type="ArchetypeDescriptor">
<xs:annotation>
<xs:documentation source="version">1.0.0+</xs:documentation>