File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,9 @@ jobs:
109
109
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Psign
110
110
111
111
# Create Maven Central upload bundle
112
- pushd target/central-deferred
112
+ pushd target/central-staging
113
+ echo "Contents of $(pwd):"
114
+ ls -lR
113
115
rm -rf org/eclipse/esmf/documentation
114
116
zip -r -9 ../../central-bundle.zip .
115
117
popd
Original file line number Diff line number Diff line change 314
314
<publishingServerId >central</publishingServerId >
315
315
<autoPublish >false</autoPublish >
316
316
<skipPublishing >true</skipPublishing >
317
- <outputDirectory >central-publishing</outputDirectory >
318
317
<outputFilename >central-bundle.zip</outputFilename >
319
318
</configuration >
320
319
</plugin >
You can’t perform that action at this time.
0 commit comments