Skip to content

Commit 55f4eb5

Browse files
committed
Merge branch 'release/v2.0.0'
2 parents c9a48e6 + dce2d9a commit 55f4eb5

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/publish-sonatype.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,11 @@ jobs:
5757
run: |
5858
gpg --list-secret-keys --keyid-format LONG
5959
60-
- name: Debug settings.xml content
61-
run: |
62-
echo "=== Maven settings.xml content ==="
63-
if [ -f ~/.m2/settings.xml ]; then
64-
cat ~/.m2/settings.xml
65-
else
66-
echo "settings.xml not found at ~/.m2/settings.xml"
67-
find ~/.m2 -name "settings.xml" -exec cat {} \; 2>/dev/null || echo "No settings.xml found in ~/.m2"
68-
fi
69-
echo "=== End of settings.xml content ==="
60+
- name: Effective settings
61+
run: mvn help:effective-settings
62+
63+
- name: Effective POM
64+
run: mvn help:effective-pom
7065

7166
- name: Build & publish via central publishing plugin
7267
env:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>2.0.0</version>
1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>payOS Java SDK</description>
12+
<url>https://github.com/payOSHQ/payos-lib-java</url>
1213
<organization>
1314
<name>payOS</name>
1415
<url>https://payos.vn/</url>

0 commit comments

Comments
 (0)