You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/20 10:17:07 UTC

[commons-validator] branch master updated: Reinstate javadoc

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-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 16350f6  Reinstate javadoc
16350f6 is described below

commit 16350f698ac8e033cb62818de322c7690c5236cf
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 20 11:16:51 2020 +0100

    Reinstate javadoc
---
 .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 540bdc9..81488c0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,5 +33,5 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --batch-mode apache-rat:check package --file pom.xml
-#      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml
+#      run: mvn --batch-mode apache-rat:check package --file pom.xml
+     run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml