Apache Maven JXR 3.6.0 released
Michael Osipov <[email protected]> Fri, 25 Oct 2024 18:01:44 +0200
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.java.openwebbeans.devel,gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <5dbb6df8-1bb4-49e5-8298-ff6f5cb02bee__24529.7878560208$1729872145$gmane$org@apache.org> |
The Apache Maven team is pleased to announce the release of the Apache
Maven JXR version 3.6.0
This module generates browsable HTML pages from Java source code.
https://maven.apache.org/jxr/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.6.0</version>
</plugin>
Release Notes - Maven JXR - Version 3.6.0
** Dependency upgrade
* [JXR-193] - Upgrade to Doxia 2.0.0 GA Stack
* [JXR-194] - Upgrade to Velocity 2.4
NOTE: Read the details on this release here:
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Enjoy,
-The Apache Maven team