Integrated: 7765: Bump some Maven plugins
Christoph Langer
clanger at openjdk.java.net
Wed Apr 13 08:15:18 UTC 2022
On Tue, 12 Apr 2022 13:56:27 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> Several maven plugins should be updated to a more current version.
>
> Here's a list with some reasoning:
> junit 4.13.1 -> 4.13.2 (minor update)
> maven javadoc 3.2.0 -> 3.3.2 (bugfixes, e.g. support javadoc generation with modular JDKs)
> mockito 3.7.7 -> 3.12.4 (bugfixes to support newer JDKs, e.g. 17)
> tycho 2.5.0 -> 2.7.1 (bugfixes, prepare JDK17 support)
> jetty maven plugin 9.4.43.v20210629 -> 9.4.46.v20220331 (minor updates, only used for p2 server during build)
> p2-maven-plugin 1.5.0 -> 2.0.0 (prepare JDK 17 support)
> build-helper-maven-plugin 3.2.0 -> 3.3.0 (minor update)
>
> To support latest tycho, I added a directive to ignore tycho-consumer-pom.xml to .gitignore. These files seem to be generated by the new tycho version.
>
> I also had to make a small adaption to application/org.openjdk.jmc.feature.pde/feature.xml to overcome https://github.com/eclipse/tycho/issues/876
>
> In core/tests/pom.xml I removed the entry for maven.javadoc.version since it is inherited from the parent pom.
This pull request has now been integrated.
Changeset: 97403f7d
Author: Christoph Langer <clanger at openjdk.org>
Committer: Jean-Philippe Bempel <jpbempel at openjdk.org>
URL: https://git.openjdk.java.net/jmc/commit/97403f7d40fae9dcea6e1aa66307f0d1c87108ce
Stats: 21 lines in 8 files changed: 3 ins; 3 del; 15 mod
7765: Bump some Maven plugins
Reviewed-by: hirt
-------------
PR: https://git.openjdk.java.net/jmc/pull/395
More information about the jmc-dev
mailing list