Apache Maven
Apache Maven EAR Plugin Version 3.3.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.3.0
This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml).
You should specify the version in your project's plugin configuration:
NOTE:
- Requires JDK8 as minimum
- Requires Maven 3.2.5+ as minimum.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-ear-plugin</artifactId>
4 <version>3.3.0</version>
5</plugin>
You can download the appropriate sources etc. from the download page.
Release Notes - Maven EAR Plugin - Version 3.3.0
-
Bugs:
-
New Features:
-
Improvements:
-
Tasks:
-
Dependency upgrades:
- MEAR-310 - Upgrade Parent to 37
- MEAR-312 - Upgrade Maven Verifier to 2.0.0-M1
- MEAR-313 - Bump maven-filtering from 3.2.0 to 3.3.0
- MEAR-314 - Bump plexus-archiver from 4.2.4 to 4.5.0
- MEAR-315 - Bump maven-archiver from 3.5.1 to 3.6.0
- MEAR-316 - Bump plexus-io from 3.2.0 to 3.4.0
- MEAR-317 - Bump maven-shared-utils from 3.3.3 to 3.3.4
- MEAR-320 - Bump plexus-utils from 3.3.0 to 3.4.2
Enjoy,
-The Apache Maven team
Posted at 09:28AM Oct 22, 2022
by khmarbaise in Plugin Release |
|
Apache Maven Doxia Version 2.0.0-M4 released
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Version 2.0.0-M4, Released
Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content: Doxia can be used in web-based publishing context to generate static sites, in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems.
Release Notes - Maven Doxia base - Version 2.0.0-M4
You can download the appropriate sources etc. from the download page.
Release Notes - Maven Doxia - Version 2.0.0-M4
-
Tasks:
-
Sub-tasks:
- DOXIA-599 - Replace
<a />
element's name attribute with id attribute - DOXIA-668 - Remove all obsolete attributes in HTML5
- DOXIA-672 - Parse id attribute only on
<a />
elements by default - DOXIA-674 - Replace table border handling with new CSS class
- DOXIA-675 - Replace table alignment attributes with CSS styles
- DOXIA-599 - Replace
-
Bugs:
-
Improvements:
-
Dependency upgrade:
- DOXIA-664 - Upgrade Flexmark to 0.62.2
Enjoy,
-The Apache Maven team
Posted at 08:09PM Oct 19, 2022
by khmarbaise in doxia |
|
Apache Maven Daemon Version 0.8.2 Released
The Apache Maven team is pleased to announce the release of the Maven Daemon, version 0.8.2.
Apache Maven Daemon is a daemon infrastructure for Maven with caching capabilities and a native client for a better and faster user experience.
You can download the appropriate etc. from the download page.
Release Notes - Maven Daemon Version 0.8.2
Enjoy,
-The Apache Maven team
Posted at 05:18PM Oct 10, 2022
by khmarbaise in community |
|