Apache Maven Archetype Bundles 1.5 Released
Slawomir Jaranowski <[email protected]>
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.apache.user,gmane.comp.java.activemq.devel |
|---|---|
| Message-ID | <CAGjJkv0TgNRc0F9jyHHUZ8sSjUu4HxGKqd3sG-CbtZOX8FqC_w__49662.0644045592$1724583433$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache
Maven Archetype Bundles, version 1.5
The Apache Maven Archetype Bundles provides common Maven projects templates.
https://maven.apache.org/archetypes/index.html
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/archetypes/download.cgi
Release Notes - Maven Archetype Bundles - Version 1.5
** Bug
* [MARCHETYPES-67] - Fix maven-archetype-plugin test case
* [MARCHETYPES-73] - m-a-site-skin references maven-feather.png not
included in resources
* [MARCHETYPES-76] - maven-archetype-quickstart generates EOLed
maven.compiler setup
* [MARCHETYPES-77] - maven-archetype-quickstart ignores
-DjavaCompilerVersion=XY and -DjunitVersion=AB commandline-passed
properties
** Improvement
* [MARCHETYPES-61] - Update quickstart to use JUnit 5 by default
* [MARCHETYPES-65] - configure ignoreEOLStyle=true in integration-tests
to avoid Linux vs Windows failure
* [MARCHETYPES-68] - make build Reproducible
* [MARCHETYPES-70] - Quickstart support for junit 5 and java 9+
* [MARCHETYPES-72] - Include empty .mvn/jvm.config and
.mvn/maven.config in all archetypes
* [MARCHETYPES-75] - Bump web archetype deployment descriptor to v4,
portlet to v3
* [MARCHETYPES-78] - Update default Java version in archetype projects
to 1.8
* [MARCHETYPES-81] - generate maven.compiler.target 8 instead of 1.8
* [MARCHETYPES-85] - Update quickstart to use Java 17 by default
** Task
* [MARCHETYPES-84] - Refresh download page
** Dependency upgrade
* [MARCHETYPES-71] - update plugin versions used in archetypes
* [MARCHETYPES-83] - Upgrade Parent to 43, use plugins versions from
parent
Enjoy,
-The Apache Maven team