Skip to content

Conversation

@gnodet
Copy link
Contributor

@gnodet gnodet commented Dec 15, 2023

@gnodet gnodet changed the title Switch to Maven 4.0.0-alpha-9 Switch to the Maven 4 API Dec 20, 2023
@gnodet gnodet force-pushed the m-api branch 2 times, most recently from 8747fda to 60d87fb Compare June 18, 2024 11:08
@gnodet gnodet changed the title Switch to the Maven 4 API [MJAR-311] Switch to the Maven 4 API Jun 18, 2024
@gnodet gnodet force-pushed the m-api branch 2 times, most recently from 3b0d12b to b56479d Compare June 24, 2024 19:26
@gnodet gnodet merged commit 571a8b3 into apache:master Jun 24, 2024
Comment on lines -294 to -303
Optional.ofNullable(toolchainManager.getToolchainFromBuildContext("jdk", session))
.ifPresent(toolchain -> toolchainsJdkSpecification
.getJDKSpecification(toolchain)
.ifPresent(jdkSpec -> {
archive.addManifestEntry("Build-Jdk-Spec", jdkSpec);
archive.addManifestEntry(
"Build-Tool-Jdk-Spec", System.getProperty("java.specification.version"));
archiver.setBuildJdkSpecDefaultEntry(false);
getLog().info("Set Build-Jdk-Spec based on toolchain in maven-jar-plugin " + toolchain);
}));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this one was removed?

<item name="FAQ" href="faq.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="License" href="http://www.apache.org/licenses/"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants