File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed
Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 113113 <properties >
114114 <repoToken >${env.repoToken}</repoToken >
115115 <keystore .pass>${env.signing_keypass}</keystore .pass>
116- <gpg .passphrase>${env.signing_keypass}</gpg .passphrase>
117116 <skipRemoteStaging >${env.skipRemoteStaging}</skipRemoteStaging >
118117 </properties >
119118 <repositories >
Original file line number Diff line number Diff line change @@ -32,11 +32,12 @@ jobs:
3232 env :
3333 GPG_TTY : $(tty)
3434 MAVEN_OPTS : -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
35+ MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
36+ signing_keypass : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3537 gh_username : ${{ secrets.GH_USERNAME }}
3638 gh_token : ${{ secrets.GH_TOKEN }}
3739 sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
3840 sonatype_password : ${{ secrets.SONATYPE_PASSWORD }}
3941 repoToken : ${{ secrets.COVERALLS_REPOTOKEN }}
40- signing_keypass : ${{ secrets.GPG_PASSPHRASE }}
4142 skipRemoteStaging : ${{ secrets.SKIP_REMOTE_STAGING }}
4243 nvd_api_key : ${{ secrets.NVD_API_KEY }}
Original file line number Diff line number Diff line change 2727 run : mvn -s .ci.settings.xml --no-transfer-progress clean package
2828 env :
2929 MAVEN_OPTS : -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
30- gh_username : ${{ secrets.GH_USERNAME }}
31- gh_token : ${{ secrets.GH_TOKEN }}
32- sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
33- sonatype_password : ${{ secrets.SONATYPE_PASSWORD }}
34- repoToken : ${{ secrets.GH_REPOTOKEN }}
35- signing_keypass : ${{ secrets.GPG_PASSPHRASE }}
36- skipRemoteStaging : ${{ secrets.SKIP_REMOTE_STAGING }}
3730 nvd_api_key : ${{ secrets.NVD_API_KEY }}
Original file line number Diff line number Diff line change 66[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/7d825731274a4f4783e4203eb7cbf811 )] ( https://www.codacy.com/manual/funfried/externalcodeformatter_for_netbeans?utm_source=github.com& ; utm_medium=referral& ; utm_content=funfried/externalcodeformatter_for_netbeans& ; utm_campaign=Badge_Grade )
77[ ![ Maven Central] ( https://img.shields.io/maven-central/v/de.funfried.netbeans.plugins/externalcodeformatter )] ( https://repo1.maven.org/maven2/de/funfried/netbeans/plugins/externalcodeformatter/ )
88[ ![ GitHub All Releases] ( https://img.shields.io/github/downloads/funfried/externalcodeformatter_for_netbeans/total )] ( https://github.com/funfried/externalcodeformatter_for_netbeans/releases )
9+ [ ![ Portal Downloads] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fopenbeans.org%2Fplugin-counter%2Fapi%2F15&label=portal%20downloads )] ( https://plugins.netbeans.apache.org/catalogue/?id=15 )
910[ ![ GitHub issues] ( https://img.shields.io/github/issues/funfried/externalcodeformatter_for_netbeans )] ( https://github.com/funfried/externalcodeformatter_for_netbeans/issues )
1011[ ![ Eclipse Public License, Version 2.0] ( https://img.shields.io/badge/license-EPL%20v2.0-green )] ( http://funfried.github.io/externalcodeformatter_for_netbeans/licenses.html )
1112[ ![ Follow Me On Twitter] ( https://img.shields.io/twitter/follow/funfried84?style=social )] ( https://twitter.com/funfried84 )
You can’t perform that action at this time.
0 commit comments