Apache Maven JXR Plugin Version 3.3.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven JXR, version 3.3.0.
This module generates browsable HTML pages from Java source code.
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-jxr-plugin</artifactId>
4 <version>3.3.0</version>
5</plugin>
Release Notes - Maven JXR - Version 3.3.0
-
Bugs:
-
Task:
- JXR-174 - Revert JXR-157 until next major version
-
Dependency upgrades:
Enjoy,
-The Apache Maven team