diff --git a/OMDSServiceDefinition/.gitea/workflows/maven-build.yaml b/OMDSServiceDefinition/.gitea/workflows/maven-build.yaml new file mode 100644 index 00000000..48dccf63 --- /dev/null +++ b/OMDSServiceDefinition/.gitea/workflows/maven-build.yaml @@ -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 diff --git a/OMDSServiceDefinition/pom.xml b/OMDSServiceDefinition/pom.xml index 1109a0b2..a627ba35 100644 --- a/OMDSServiceDefinition/pom.xml +++ b/OMDSServiceDefinition/pom.xml @@ -2,10 +2,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 at.vvo.omds - OMDSServiceDefinition + productmodel 2025.27-PRODUKTE-SNAPSHOT - OMDS Service Definition - Dieses Projekt enthält die Definitionen für die OMDS-Services. + productmodel abgeleitet von OMDS Service Definition + Dieses Projekt enthält das Produktmodell, abgeleictet vom OMDS Produktmodell. r2025_27 @@ -118,51 +118,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.cxf cxf-codegen-plugin