We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03392f commit b42121cCopy full SHA for b42121c
.github/workflows/maven-publish.yml
@@ -23,21 +23,6 @@ jobs:
23
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
24
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
25
26
- - name: Write settings.xml for Maven Central
27
- run: |
28
- mkdir -p $HOME/.m2
29
- cat <<EOF > $HOME/.m2/settings.xml
30
-<settings>
31
- <servers>
32
- <server>
33
- <id>central</id>
34
- <username>${{ secrets.MAVEN_USERNAME }}</username>
35
- <password>${{ secrets.MAVEN_PASSWORD }}</password>
36
- </server>
37
- </servers>
38
-</settings>
39
-EOF
40
-
41
- name: Publish to Maven Central
42
run: mvn clean deploy -DperformRelease=true -X -e
43
env:
0 commit comments