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/16 01:16:43 UTC

[maven-dependency-plugin] branch master updated: javadoc currently fail with java11

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-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 57bda75  javadoc currently fail with java11
57bda75 is described below

commit 57bda759ebc88b02a1bb5956e40cd64c06da7988
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Aug 16 11:16:33 2021 +1000

    javadoc currently fail with java11
    
    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 f28b6d9..91fc7a3 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 install javadoc:javadoc -e -B -V -Prun-its
+        run: mvn install -e -B -V -Prun-its