[ANN] Apache Maven Archetype Plugin 3.4.1 Released
Slawomir Jaranowski <[email protected]> Mon, 6 Oct 2025 22:53:22 +0200
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAGjJkv2WtcY_cANcZ_dahsp9DUp71jWDSH74_p8NKHvuOt2qfw@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype Plugin, version 3.4.1 The Archetype Plugin allows the user to create a Maven project from an existing template called an archetype. It also allows the user to create an archetype from an existing project. https://maven.apache.org/archetype/maven-archetype-plugin/index.html You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-archetype-plugin</artifactId> <version>3.4.1</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/archetype/download.cgi Release Notes https://github.com/apache/maven-archetype/releases/tag/maven-archetype-3.4.1 Enjoy, -The Apache Maven team