File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
release_version=${{ github.event.inputs.release_version }}
104
104
105
- # Actual build of core SDK
105
+ # Actual build of core SDK
106
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
@@ -137,7 +137,6 @@ jobs:
137
137
with :
138
138
name : linux-artifacts
139
139
path : |
140
- /
141
140
samm-cli-${{ github.event.inputs.release_version }}-linux-x86_64.tar.gz
142
141
samm-cli-${{ github.event.inputs.release_version }}.jar
143
142
samm-cli-${{ github.event.inputs.release_version }}-javadoc.jar
@@ -424,7 +423,7 @@ jobs:
424
423
- name : Release to Maven Central
425
424
if : ${{ !contains( github.event.inputs.release_version, '-M' ) }}
426
425
run : |
427
- mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Psign
426
+ mvn -B -pl '!org.eclipse.esmf:samm-cli,!org.eclipse.esmf:documentation ' clean deploy -Psign
428
427
# run: |
429
428
# mkdir deploy
430
429
# mv nexus-staging deploy
Original file line number Diff line number Diff line change 151
151
<artifactId >central-publishing-maven-plugin</artifactId >
152
152
<version >0.7.0</version >
153
153
<extensions >true</extensions >
154
- <configuration >
155
- <skipPublishing >true</skipPublishing >
156
- </configuration >
157
154
</plugin >
158
155
159
156
<plugin >
You can’t perform that action at this time.
0 commit comments