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 5df10cc Actually use CP in publish
5df10cc is described below
commit 5df10cc65080c52c748307e2553dcd1433ffb796
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Mar 11 11:42:21 2026 +0000
Actually use CP in publish
---
.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 52a5a1d..0d22c24 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -201,7 +201,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
+ mvn njord:publish -Dnjord.store=$NJORD_STORE
-Dnjord.publisher=sonatype-cp
mvn njord:drop -Dnjord.store=$NJORD_STORE
env:
INPUTS_DISTRIBUTION_OWNER_NAMESPACE: ${{
inputs.distribution-owner-namespace }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]