diff --git a/.github/workflows/maven-snapshot.yml b/.github/workflows/maven-snapshot.yml deleted file mode 100644 index ab6d4db..0000000 --- a/.github/workflows/maven-snapshot.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This workflow will build a Java project with Maven -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - -name: Build and Deploy Snapshot - -on: - push: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - java-version: '11' - distribution: 'adopt' - - name: Build with Maven - run: mvn -B package --file pom.xml - - - name: Generate Maven settings - uses: s4u/maven-settings-action@v2.4.0 - with: - servers: | - [{ - "id": "ossrh", - "username": "${{ secrets.CI_DEPLOY_USERNAME }}", - "password": "${{ secrets.CI_DEPLOY_PASSWORD }}" - }] - - - name: Deploy Maven Snapshot - run: mvn deploy -s /home/runner/.m2/settings.xml \ No newline at end of file diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 001e7b5..4f2f5b7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,5 +31,5 @@ jobs: run: mvn -B package --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + #- name: Update dependency graph + # uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6