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/13 17:41:59 UTC

[maven-apache-parent] branch stage-site created (now 21907c3)

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

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


      at 21907c3  Stage site build and use site-pom.xml

This branch includes the following new commits:

     new 21907c3  Stage site build and use site-pom.xml

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-apache-parent] 01/01: Stage site build and use site-pom.xml

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

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

commit 21907c3de21558cc8fd8e5cdcde09998735fe949
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Mar 13 18:40:59 2022 +0100

    Stage site build and use site-pom.xml
---
 .github/workflows/maven-verify.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index bbd7786..2b4c79a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,5 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    with:
+      ff-site-goal: 'site site:stage -f site-pom.xml'