Skip to content

Commit

Permalink
automatic deployment to github (#393)
Browse files Browse the repository at this point in the history
* DAO & Criteria Klassen als deprecated markiert - ORM Mapper statt dessen verwenden

* javax -> jakarta

* mit Java 17 bauen

* findbugs -> spotbugs

* clean up

* Deployment mit Java 17

* Remove .travis.yml file

* clean up

* Update pom.xml

* Update build process to use JDK 17 and Maven

* Update Maven publish workflow to deploy to GitHub
  • Loading branch information
ChristianHoesel authored Sep 21, 2024
1 parent d5fa32b commit 11eeafb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.NERZ_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.NERZ_TOKEN }}


- name: Publish to GitHub
run: |
mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
MAVEN_USERNAME: ${{ github.actor }}
MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}



Expand Down

0 comments on commit 11eeafb

Please sign in to comment.