You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/26 11:41:55 UTC

[myfaces-tobago] branch tobago-4.x updated: fix build warning: there is no Tomcat Profile in Tobago 4.x

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 181ca2e  fix build warning: there is no Tomcat Profile in Tobago 4.x
181ca2e is described below

commit 181ca2e068e8b2b37245fbd626c820cc3de7e644
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 13:41:39 2020 +0200

    fix build warning: there is no Tomcat Profile in Tobago 4.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b02bef2..8929f7f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
                 stages {
                     stage('BuildAndTest') {
                         steps {
-                            sh "mvn clean deploy checkstyle:check apache-rat:check animal-sniffer:check dependency-check:check  -Pgenerate-assembly -Ptomcat"
+                            sh "mvn clean deploy checkstyle:check apache-rat:check animal-sniffer:check dependency-check:check -Pgenerate-assembly"
                         }
                         post {
                             always {