File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1717after_deploy :
1818- echo "deploying to maven central"
1919- gpg --import secret.key.asc
20- - mvn package deploy --settings settings.xml -DskipTests=true -Dgpg.passphrase=$GPG_PASSPHRASE
20+ - mvn deploy --settings settings.xml -DskipTests=true -Dgpg.passphrase=$GPG_PASSPHRASE
2121before_install :
2222- openssl aes-256-cbc -K $encrypted_f86dc6d297df_key -iv $encrypted_f86dc6d297df_iv
2323 -in secret.key.asc.enc -out secret.key.asc -d
Original file line number Diff line number Diff line change 2424 <description >Aliyun ODPS SDK for Java Developers</description >
2525 <url >http://odps.aliyun.com</url >
2626
27+ <distributionManagement >
28+ <snapshotRepository >
29+ <id >sonatype-nexus-snapshots</id >
30+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
31+ </snapshotRepository >
32+ <repository >
33+ <id >nexus-releases</id >
34+ <name >Nexus Release Repository</name >
35+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
36+ </repository >
37+ </distributionManagement >
38+
2739 <organization >
2840 <name >Alibaba Cloud Computing</name >
2941 <url >http://www.aliyun.com</url >
You can’t perform that action at this time.
0 commit comments