You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/08/12 10:21:22 UTC

[maven-release] branch master updated: gh action should run javadoc as well

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new ac5a1b4  gh action should run javadoc as well
ac5a1b4 is described below

commit ac5a1b47b36c4e59d066282994373d42ebac74b9
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Aug 12 20:21:04 2021 +1000

    gh action should run javadoc as well
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ea1565b..08471ae 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -51,4 +51,4 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn verify --errors --batch-mode --show-version -P run-its
+        run: mvn verify --errors --batch-mode --show-version -P run-its javadoc:javadoc