Apache Maven JXR Plugin Version 3.2.0 Released

1 · Karl Heinz Marbaise · March 20, 2022, 9:27 p.m.
The Apache Maven team is pleased to announce the release of the Apache Maven JXR, version 3.2.0. This module generates browsable HTML pages from Java source code. You should specify the version in your project’s plugin configuration: 1 2 3 4 5 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>3.2.0</version> </plugin> NOTE: Special thanks for the contributions retrieved during the hackathon at JCreate. Release Notes – Maven JXR – V...