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

slachiewicz pushed a commit to branch MNG-6515
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6515 by this push:
     new 71b4c93  And generate javadocs
71b4c93 is described below

commit 71b4c9321a91b15a78f86ca104f2d630377b108e
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Nov 12 15:37:05 2018 +0100

    And generate javadocs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ceb179d..301739e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
                 invokerPublisher(),
                 pipelineGraphPublisher()
             ]) {
-                sh "mvn clean verify -B -U -e -fae -V 
-Dmaven.test.failure.ignore=true"
+                sh "mvn clean verify -B -U -e -fae javadoc:javadoc -V 
-Dmaven.test.failure.ignore=true"
             }
             dir ('apache-maven/target') {
                 sh "mv apache-maven-*-bin.zip apache-maven-dist.zip"

Reply via email to