This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 7d50cff6917 (chores) build: skip doc generation is now done at the
Maven build level
7d50cff6917 is described below
commit 7d50cff691748c833bc34296112965946a948a7e
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu May 18 09:23:36 2023 +0200
(chores) build: skip doc generation is now done at the Maven build level
---
Jenkinsfile.ppc64le | 2 +-
Jenkinsfile.s390x | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 59bd654f1cc..5b3ce865e74 100644
--- a/Jenkinsfile.ppc64le
+++ b/Jenkinsfile.ppc64le
@@ -71,7 +71,7 @@ pipeline {
}
steps {
// Skip modules camel-kudu and docs as these are not supported
on ppc64le.
- sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip
-Dmaven.test.skip.exec=true clean install -pl '!docs'"
+ sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip
-Dmaven.test.skip.exec=true clean install"
}
}
diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 6149f09b6ee..4138bf27969 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -71,7 +71,7 @@ pipeline {
}
steps {
// Skip modules camel-kudu and docs as these are not supported
on s390x.
- sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip
-Dmaven.test.skip.exec=true clean install -pl '!docs'"
+ sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip
-Dmaven.test.skip.exec=true clean install"
}
}