Skip to content

Conversation

@bmarwell
Copy link
Contributor

Fixes #23

Did not check for unused dependencies.
PTAL at the warnings:

[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.

[WARNING] [APT Parser] Ambiguous link: 'usage.html'. If this is a local link, prepend "./"!
[WARNING] Could not parse date '24 March 2007' from index.apt (expected yyyy-MM-dd format), ignoring!
[WARNING] [APT Parser] Ambiguous link: 'taglist-mojo.html'. If this is a local link, prepend "./"!

[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default) @ taglist-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[WARNING] org.codehaus.mojo.taglist.TagListReport#aggregate:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.codehaus.mojo.taglist.TagListReport#encoding:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.codehaus.mojo.taglist.TagListReport#linkXRef:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.codehaus.mojo.taglist.TagListReport#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.codehaus.mojo.taglist.TagListReport#reactorProjects:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.

@bmarwell bmarwell requested a review from khmarbaise January 15, 2022 17:02
@bmarwell bmarwell merged commit 506c0d2 into master Jan 15, 2022
@bmarwell bmarwell deleted the #23-mvn3 branch January 15, 2022 19:06
@bmarwell bmarwell added maintenance Modifications/enhancements to the build system (GH actions, maven, general pom.xml changes, etc.). enhancement Improving an existing feature. labels Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improving an existing feature. maintenance Modifications/enhancements to the build system (GH actions, maven, general pom.xml changes, etc.).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert to maven 3 plugin (also fixes Java11+ support)

2 participants