Skip to content

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 #114

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 #114

Workflow file for this run

name: Axon Bill Of Materials
on:
pull_request:
jobs:
build:
name: Test and Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 8
cache: "maven"
server-id: sonatype
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build
run: |
./mvnw -B -U verify -DskipTests=true