This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fa8eca0 Try out deploy secret
0fa8eca0 is described below

commit 0fa8eca0530b4a3a865a2f870a7b0d3fa10e0191
Author: Sebb <s...@apache.org>
AuthorDate: Wed Dec 20 12:48:09 2023 +0000

    Try out deploy secret
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e440b59d..a30a93c8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -48,8 +48,8 @@ jobs:
       env:
         NEXUS_USER: ${{ secrets.NEXUS_USER }}
         NEXUS_PW: ${{ secrets.NEXUS_PW }}
-      run: mvn --show-version --batch-mode --no-transfer-progress # clean 
package deploy
-      # Uncomment the maven goals above when creds are available  ^^^
+      run: mvn --show-version --batch-mode --no-transfer-progress clean 
javadoc:javadoc deploy
+      # N.B. the default goal is 'clean verify javadoc:javadoc'; verify is 
included in deploy
     - name: Build with Maven including examples
       # Examples require Java 11+.
       # Building javadoc errors when run with the package phase with an error 
about

Reply via email to