Skip to content

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 #50

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 #50

Workflow file for this run

#
# Copyright (c) 2022 Contributors to the Eclipse Foundation
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0,
# or the Eclipse Distribution License v. 1.0 which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#
name: glassfish-doc-maven-plugin CI
on:
pull_request:
jobs:
build:
name: Build on JDK ${{ matrix.java_version }}
runs-on: ubuntu-latest
strategy:
matrix:
java_version: [ 11 ]
steps:
- name: Checkout for build
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java_version }}
- name: Maven Build
run: |
mvn --show-version \
--no-transfer-progress \
--activate-profiles staging \
install