Skip to content

Commit 492b489

Browse files
committed
Update workflow file
1 parent a1af65d commit 492b489

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release-workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
release_version=${{ github.event.inputs.release_version }}
104104
105-
# Actual build of core SDK
105+
# Actual build of core SDK
106106
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean install -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
107107
# Build samm-cli executable jar and run integration tests
108108
unset JAVA_TOOL_OPTIONS
@@ -137,7 +137,6 @@ jobs:
137137
with:
138138
name: linux-artifacts
139139
path: |
140-
/
141140
samm-cli-${{ github.event.inputs.release_version }}-linux-x86_64.tar.gz
142141
samm-cli-${{ github.event.inputs.release_version }}.jar
143142
samm-cli-${{ github.event.inputs.release_version }}-javadoc.jar
@@ -424,7 +423,7 @@ jobs:
424423
- name: Release to Maven Central
425424
if: ${{ !contains( github.event.inputs.release_version, '-M' ) }}
426425
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
428427
# run: |
429428
# mkdir deploy
430429
# mv nexus-staging deploy

documentation/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@
151151
<artifactId>central-publishing-maven-plugin</artifactId>
152152
<version>0.7.0</version>
153153
<extensions>true</extensions>
154-
<configuration>
155-
<skipPublishing>true</skipPublishing>
156-
</configuration>
157154
</plugin>
158155

159156
<plugin>

0 commit comments

Comments
 (0)