Skip to content

Commit 58c17e0

Browse files
committed
Create Maven Central bundle from "central-staging" directory
1 parent a32c8d3 commit 58c17e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ jobs:
109109
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Psign
110110
111111
# Create Maven Central upload bundle
112-
pushd target/central-deferred
112+
pushd target/central-staging
113+
echo "Contents of $(pwd):"
114+
ls -lR
113115
rm -rf org/eclipse/esmf/documentation
114116
zip -r -9 ../../central-bundle.zip .
115117
popd

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@
314314
<publishingServerId>central</publishingServerId>
315315
<autoPublish>false</autoPublish>
316316
<skipPublishing>true</skipPublishing>
317-
<outputDirectory>central-publishing</outputDirectory>
318317
<outputFilename>central-bundle.zip</outputFilename>
319318
</configuration>
320319
</plugin>

0 commit comments

Comments
 (0)