ArtifactId und Beschreibung in pom.xml geändert, alten JAXB-Plugin-Kommentar entfernt, und Workflow für Maven-Build hinzugefügt.

This commit is contained in:
2026-01-07 13:23:50 +01:00
parent d7d32904da
commit 6990a70052
2 changed files with 27 additions and 48 deletions

View File

@@ -0,0 +1,24 @@
name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml