From e19b783da4936e9809f87a5c653f957230ca131b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 25 Oct 2022 11:07:58 +0000 Subject: [PATCH] Updating GHES workflows --- ci/maven.yml | 26 -------------------------- ci/properties/maven.properties.json | 6 ------ 2 files changed, 32 deletions(-) delete mode 100644 ci/maven.yml delete mode 100644 ci/properties/maven.properties.json diff --git a/ci/maven.yml b/ci/maven.yml deleted file mode 100644 index 26bfc73..0000000 --- a/ci/maven.yml +++ /dev/null @@ -1,26 +0,0 @@ -# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven - -name: Java CI with Maven - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - cache: maven - - name: Build with Maven - run: mvn -B package --file pom.xml diff --git a/ci/properties/maven.properties.json b/ci/properties/maven.properties.json deleted file mode 100644 index be8f7bf..0000000 --- a/ci/properties/maven.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Java with Maven", - "description": "Build and test a Java project with Apache Maven.", - "iconName": "maven", - "categories": ["Continuous integration", "Java", "Maven", "Spring", "JSF"] -}