@@ -103,7 +103,7 @@ jobs:
103
103
release_version=${{ github.event.inputs.release_version }}
104
104
105
105
# Actual build of core SDK
106
- mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -DaltDeploymentRepository=local::default::file://nexus-staging -Psign
106
+ mvn -B -pl '!org.eclipse.esmf:samm-cli' clean install -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
107
107
# Build samm-cli executable jar and run integration tests
108
108
unset JAVA_TOOL_OPTIONS
109
109
mvn -B -pl tools/samm-cli clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
@@ -137,7 +137,7 @@ jobs:
137
137
with :
138
138
name : linux-artifacts
139
139
path : |
140
- nexus-staging /
140
+ /
141
141
samm-cli-${{ github.event.inputs.release_version }}-linux-x86_64.tar.gz
142
142
samm-cli-${{ github.event.inputs.release_version }}.jar
143
143
samm-cli-${{ github.event.inputs.release_version }}-javadoc.jar
@@ -303,6 +303,8 @@ jobs:
303
303
server-id : ossrh
304
304
server-username : CENTRAL_SONATYPE_TOKEN_USERNAME
305
305
server-password : CENTRAL_SONATYPE_TOKEN_PASSWORD
306
+ gpg-private-key : GPG_PRIVATE_KEY
307
+ gpg-passphrase : GPG_PASSPHRASE
306
308
overwrite-settings : false
307
309
308
310
# Required to run the mvn:versions, since enforcer plugin
@@ -316,15 +318,6 @@ jobs:
316
318
github-token : ${{ secrets.GITHUB_TOKEN }}
317
319
native-image-job-reports : ' false'
318
320
319
- - name : Configure GPG
320
- uses : actions/setup-java@v4
321
- with :
322
- distribution : ' temurin'
323
- java-version : ' 21'
324
- gpg-private-key : GPG_PRIVATE_KEY
325
- gpg-passphrase : GPG_PASSPHRASE
326
- overwrite-settings : false
327
-
328
321
- name : Fetch Linux Artifacts
329
322
uses : actions/download-artifact@v4
330
323
with :
0 commit comments