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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21044126 Archetype 3.4.1 released
21044126 is described below

commit 210441260c9179db85766439d76e7e9d13eb6dba
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Oct 6 23:04:07 2025 +0200

    Archetype 3.4.1 released
---
 .../guides/mini/guide-creating-archetypes.md       |  6 ++--
 content/markdown/plugins/index.md                  |  2 +-
 content/resources/xsd/archetype-catalog-1.0.0.xsd  | 42 +++++++++++-----------
 .../resources/xsd/archetype-descriptor-1.2.0.xsd   |  4 +--
 4 files changed, 26 insertions(+), 28 deletions(-)

diff --git a/content/markdown/guides/mini/guide-creating-archetypes.md 
b/content/markdown/guides/mini/guide-creating-archetypes.md
index 5bd7adf9..b38633fe 100644
--- a/content/markdown/guides/mini/guide-creating-archetypes.md
+++ b/content/markdown/guides/mini/guide-creating-archetypes.md
@@ -47,7 +47,7 @@ An example `pom.xml` for an archetype artifact looks as 
follows:
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>3.4.0</version>
+        <version>3.4.1</version>
       </extension>
     </extensions>
   </build>
@@ -62,8 +62,8 @@ The [archetype 
descriptor](/archetype/archetype-models/archetype-descriptor/arch
 
 ```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">
diff --git a/content/markdown/plugins/index.md 
b/content/markdown/plugins/index.md
index af2cf02a..c1d27d7a 100644
--- a/content/markdown/plugins/index.md
+++ b/content/markdown/plugins/index.md
@@ -72,7 +72,7 @@ To see the most up-to-date list browse the Maven repository, 
specifically the [`
 | **Tools**                                                                    
     ||               |                  | **These are miscellaneous tools 
available through Maven by default.**                                           
                                                                                
                                                                                
                                                                |||
 | [ `antrun`](/plugins/maven-antrun-plugin/)                             | B   
      | 3.1.0         | 2022-04-18       | Run a set of ant tasks from a phase 
of the build.                                               | 
[Git](https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git) / 
[GitHub](https://github.com/apache/maven-antrun-plugin/)                        
     | [GitHub Issues](https://github.com/apache/maven-antrun-plugin/issues)    
           |
 | [ `artifact`](/plugins/maven-artifact-plugin/)                         | B   
      | 3.6.1         | 2025-09-29       | Manage artifacts tasks like 
buildinfo.                                                          | 
[Git](https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git) / 
[GitHub](https://github.com/apache/maven-artifact-plugin/)                      
   | [GitHub Issues](https://github.com/apache/maven-artifact-plugin/issues)    
         
-| [ `archetype`](/archetype/maven-archetype-plugin/)                     | B   
      | 3.4.0         | 2025-05-13       | Generate a skeleton project 
structure from an archetype.                                        | 
[Git](https://gitbox.apache.org/repos/asf/maven-archetype.git) / 
[GitHub](https://github.com/apache/maven-archetype/)                            
         | [GitHub Issues](https://github.com/apache/maven-archetype/issues)    
               |
+| [ `archetype`](/archetype/maven-archetype-plugin/)                     | B   
      | 3.4.1         | 2025-10-03       | Generate a skeleton project 
structure from an archetype.                                        | 
[Git](https://gitbox.apache.org/repos/asf/maven-archetype.git) / 
[GitHub](https://github.com/apache/maven-archetype/)                            
         | [GitHub Issues](https://github.com/apache/maven-archetype/issues)    
               
 | [ `assembly`](/plugins/maven-assembly-plugin/)                         | B   
      | 3.7.1         | 2024-03-15       | Build an assembly (distribution) of 
sources and/or binaries.                                    | 
[Git](https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git) / 
[GitHub](https://github.com/apache/maven-assembly-plugin/)                      
   | [GitHub Issues](https://github.com/apache/maven-assembly-plugin/issues)    
         |
 | [ `dependency`](/plugins/maven-dependency-plugin/)                     | B+R 
      | 3.9.0         | 2025-09-29       | Dependency manipulation (copy, 
unpack) and analysis.                                            | 
[Git](https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git) / 
[GitHub](https://github.com/apache/maven-dependency-plugin/)                    
 | [GitHub Issues](https://github.com/apache/maven-dependency-plugin/issues)    
       
 | [ `enforcer`](/enforcer/maven-enforcer-plugin/)                        | B   
      | 3.6.2         | 2025-09-28       | Environmental constraint checking 
(Maven Version, JDK etc), User Custom Rule Execution.         | 
[Git](https://gitbox.apache.org/repos/asf/maven-enforcer.git) / 
[GitHub](https://github.com/apache/maven-enforcer/)                             
          | [GitHub Issues](https://github.com/apache/maven-enforcer/issues)    
                
diff --git a/content/resources/xsd/archetype-catalog-1.0.0.xsd 
b/content/resources/xsd/archetype-catalog-1.0.0.xsd
index 59802260..beb347d8 100644
--- a/content/resources/xsd/archetype-catalog-1.0.0.xsd
+++ b/content/resources/xsd/archetype-catalog-1.0.0.xsd
@@ -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">
diff --git a/content/resources/xsd/archetype-descriptor-1.2.0.xsd 
b/content/resources/xsd/archetype-descriptor-1.2.0.xsd
index cfaa9d07..636d7fb4 100644
--- a/content/resources/xsd/archetype-descriptor-1.2.0.xsd
+++ b/content/resources/xsd/archetype-descriptor-1.2.0.xsd
@@ -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>

Reply via email to