We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8efbf commit e6f7a14Copy full SHA for e6f7a14
ci/build-and-deploy-to-maven-central.sh
@@ -20,6 +20,4 @@ mvn \
20
-Pcentral \
21
-Dmaven.test.skip=true \
22
-Dgpg.passphrase=${GPG_PASSPHRASE} \
23
- -DSONATYPE_USER=${SONATYPE_USER} \
24
- -DSONATYPE_PASSWORD=${SONATYPE_PASSWORD} \
25
clean deploy -B -D skipITs
settings.xml
@@ -5,8 +5,8 @@
5
<servers>
6
<server>
7
<id>sonatype</id>
8
- <username>${SONATYPE_USER}</username>
9
- <password>${SONATYPE_PASSWORD}</password>
+ <username>${env.SONATYPE_USER}</username>
+ <password>${env.SONATYPE_PASSWORD}</password>
10
</server>
11
</servers>
12
</settings>
0 commit comments