Skip to content

Bump org.apache.cxf:cxf-xjc-plugin from 4.0.0 to 4.0.2 #214

Bump org.apache.cxf:cxf-xjc-plugin from 4.0.0 to 4.0.2

Bump org.apache.cxf:cxf-xjc-plugin from 4.0.0 to 4.0.2 #214

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 12
distribution: 'zulu'
- name: Build with Maven
run: mvn -Pcheck -B package verify --file pom.xml