Skip to content

Maven for Java Build Pipelines

issuelens[bot] edited this page Sep 21, 2026 · 1 revision

Maven for Java build pipelines

Azure Pipelines JDK

The Maven for Java Azure Pipelines use JDK 25 for the affected validation, CI build, nightly, and release-candidate build jobs:

  • .azure-pipelines/ci.yml downloads and installs the Microsoft JDK 25 Linux archive before the CFS-validation and non-pull-request build-plugin jobs.
  • .azure-pipelines/nightly.yml and .azure-pipelines/rc.yml download and install the Microsoft JDK 25 Windows archive before npm run build-plugin.

This is pipeline configuration only; it does not establish a product runtime requirement or a release/deployment state.

Evidence

Clone this wiki locally