You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/12 19:27:02 UTC

[maven-gh-actions-shared] branch site-stage created (now 2de0f32)

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

sjaranowski pushed a change to branch site-stage
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git.


      at 2de0f32  Stage site output

This branch includes the following new commits:

     new 2de0f32  Stage site output

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-gh-actions-shared] 01/01: Stage site output

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch site-stage
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 2de0f324c2ef4b2ea3ec11cf4b13e76bdc8a9452
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Mar 12 20:26:36 2022 +0100

    Stage site output
---
 .github/workflows/maven-verify-test.yml | 4 ++--
 .github/workflows/maven-verify.yml      | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven-verify-test.yml b/.github/workflows/maven-verify-test.yml
index 1af31db..47de632 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -24,12 +24,12 @@ jobs:
   verify-1:
     name: Verify 1
     # for testing purpose you can change to your fork and branch
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@site-stage
 
   verify-2:
     name: Verify 2
     # for testing purpose you can change to your fork and branch
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@site-stage
     with:
       ff-goal: test
       verify-goal: clean install
diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 9b31b09..fd8612a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -96,7 +96,7 @@ on:
       ff-site-goal:
         description: The Maven goal used by fail-fast-build job to build site
         required: false
-        default: '-DskipTests -P reporting site'
+        default: '-DskipTests -P reporting site site:stage'
         type: string
 
       ff-timeout-minutes:
@@ -174,8 +174,7 @@ jobs:
         with:
           name: ${{ github.run_number }}-site-${{ inputs.ff-os }}-${{ inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}
           path: |
-            **/target/site/**
-            !**/target/it/**
+            target/staging/**
 
       - name: Upload artifact on failure
         uses: actions/upload-artifact@v3