File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments