Skip to content

Commit

Permalink
Replace maven settings file with workflow based configuration (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Mar 11, 2022
1 parent 1da5080 commit 1192753
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: 'maven'
- name: Setting up Github Package Repository as Maven Repository
uses: s4u/maven-settings-action@v2
with:
githubServer: false
servers: |
[{
"id": "github",
"username": "cs-minion",
"password": "&#103;&#104;&#112;&#95;cUbDuVYAtFgin3nB8cvTjZ3NZTEvLg4Vfhjf"
}]
- name: Build with Maven
run: mvn install -Dskip.tests --batch-mode --update-snapshots --no-transfer-progress
- name: Run Tests
Expand Down
1 change: 0 additions & 1 deletion .mvn/maven.config

This file was deleted.

11 changes: 0 additions & 11 deletions settings.xml

This file was deleted.

0 comments on commit 1192753

Please sign in to comment.