We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdc3084 + ff6541f commit 61d9881Copy full SHA for 61d9881
.github/workflows/release-workflow.yml
@@ -98,9 +98,10 @@ jobs:
98
# Actual build of core SDK
99
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -DaltDeploymentRepository=local::default::file://nexus-staging -Psign
100
# Build of CLI
101
- cd tools/samm-cli
+ pushd tools/samm-cli
102
mvn -B clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
103
mvn -B verify -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
104
+ popd
105
106
# Create zip of samm-cli
107
cd tools/samm-cli/target
0 commit comments