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 53f2d69  Move options to pom
53f2d69 is described below

commit 53f2d693939adb09b84a56ea1c24d41c0f2b338c
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Jan 19 11:54:03 2026 +0000

    Move options to pom
---
 .github/workflows/distribute-maven-stg.yml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index 5ed352d..3a0fd6a 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -104,6 +104,16 @@ jobs:
                   </extension>
                 </extensions>
               </build>
+              <distributionManagement>
+                <repository>
+                  <id>rao3</id>
+                  <url>https://repository.apache.org:4443</url>
+                </repository>
+              </distributionManagement>
+
+              <properties>
+                
<njord.publisher.sonatype-nx3.releaseRepositoryName>maven-staging</njord.publisher.sonatype-nx3.releaseRepositoryName>
+              </properties>
             </project>
             EOF
 
@@ -259,8 +269,8 @@ jobs:
       - name: Get store ID and publish
         run: |
           echo "Publishing store: $NJORD_STORE-00001"
-          mvn njord:validate -Dnjord.store=$NJORD_STORE-00001 
-Dnjord.target=rao3 
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging 
-Dnjord.publisher=sonatype-nx3 
-Dnjord.publisher.sonatype-nx3.baseUrl=https://repository.apache.org:4443
-          mvn njord:publish -Dnjord.store=$NJORD_STORE-00001 
-Dnjord.target=rao3 
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging 
-Dnjord.publisher=sonatype-nx3 
-Dnjord.publisher.sonatype-nx3.baseUrl=https://repository.apache.org:4443
+          mvn njord:validate -Dnjord.store=$NJORD_STORE-00001
+          mvn njord:publish -Dnjord.store=$NJORD_STORE-00001
           mvn njord:drop -Dnjord.store=$NJORD_STORE-00001
         env:
           INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to