Skip to content

Commit

Permalink
Remove references to old Maven versions. In 2023 assume everyone is o…
Browse files Browse the repository at this point in the history
…n 3.3.1 or later.
  • Loading branch information
elharo committed Jun 19, 2023
1 parent ddafe95 commit 45f1c4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/site/apt/examples/module-info.apt.vm
Expand Up @@ -106,10 +106,9 @@ Older projects with module-info

* Java 5 or below Compatibility

Given Maven 3 requires newer Java release at runtime, you'll absolutely need to use Toolchains to use a JDK different from
Given that Maven 3 requires newer Java release at runtime, you'll absolutely need to use Toolchains to use a JDK different from
Maven runtime.

Be aware that you will need at least Maven 3.3.1 to specify a custom jdkToolchain in your plugin configuration.
You could add a jdkToolchain to do base-compile execution-block as well referring to JDK 5.

+-------
Expand Down

0 comments on commit 45f1c4e

Please sign in to comment.