diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml deleted file mode 100644 index 53d37d7..0000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Java CI - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - name: Build with Maven - run: mvn package --file pom.xml - #- name: Build with Maven and Deploy - # env: - # GITHUB_USERNAME: x-access-token - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # run: mvn --settings settings.xml deploy - - name: Upload Artifact - uses: actions/upload-artifact@v2-preview - with: - name: Harbor - path: target/ \ No newline at end of file