Skip to content

#665 added "properties" to Maven plugin configuration #557

#665 added "properties" to Maven plugin configuration

#665 added "properties" to Maven plugin configuration #557

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
tags-ignore:
- "*"
pull_request:
branches:
- master
workflow_dispatch: {}
concurrency:
group: build-java-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: jqassistant-tooling/jqassistant-github-actions/.github/workflows/ci.yml@main
with:
publish_snapshots: true
java_test_versions: '[11,17,21]'
pages: "./manual/target/generated-docs/"
secrets:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}
sonar_token: ${{ secrets.SONAR_TOKEN }}