You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/08/20 12:40:45 UTC

[maven-site] 02/03: drop pdf generation

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

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

commit 77f29ae09e153873b88475e0877923ba23c87c05
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:22:24 2022 +0200

    drop pdf generation
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index af88a97a..1a807fe3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@
                   findbugsPublisher(disabled: true),
                   openTasksPublisher(disabled: true)
                 ]) {
-                    sh "mvn -Ppdf -U clean site"
+                    sh "mvn -U clean site"
                 }
             }
         }
@@ -48,7 +48,7 @@
                   findbugsPublisher(disabled: true),
                   openTasksPublisher(disabled: true)
                 ]) {
-                    sh "mvn -Ppdf -U clean site-deploy"
+                    sh "mvn -U clean site-deploy"
                 }
             }
         }