This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new 401ed79 Try redirecting to Central
401ed79 is described below
commit 401ed790fcb20fe6b8a48316682623616d24d27b
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Mar 11 12:31:28 2026 +0000
Try redirecting to Central
---
.github/workflows/distribute-maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/distribute-maven.yml
b/.github/workflows/distribute-maven.yml
index 9b638c0..ae3baa1 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -202,7 +202,7 @@ jobs:
echo "Validating store: $NJORD_STORE"
mvn njord:validate -Dnjord.store=$NJORD_STORE
-Dnjord.publisher=sonatype-cp -Dnjord.details=true -q | sed -n '/Central
Requirements/,/ArtifactStore.*failed validation/{/ArtifactStore.*failed
validation/!s/^\[ERROR\] *//p}' | tee .err
echo "Publishing store: $NJORD_STORE"
- mvn njord:publish -Dnjord.store=$NJORD_STORE
-Dnjord.publisher=sonatype-cp -Dnjord.publishingType=automatic
+ mvn njord:publish -Dnjord.store=$NJORD_STORE
-Dnjord.publisher=sonatype-cp -Dnjord.publishingType=automatic
-Dnjord.serviceRedirect=central
mvn njord:drop -Dnjord.store=$NJORD_STORE
- name: Report status back to ATR
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]