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/07/29 16:42:33 UTC

[myfaces-tobago] branch master updated: Try to build running *.war for Tomcat as default

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 060c64c  Try to build running *.war for Tomcat as default
060c64c is described below

commit 060c64cea5407a2bcc1a1d34b1be533f72a6f6d2
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Jul 29 18:42:16 2020 +0200

    Try to build running *.war for Tomcat as default
---
 tobago-example/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 4430b90..1189159 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -410,6 +410,9 @@
 
     <profile>
       <id>tomcat</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <dependencies>
         <dependency>
           <groupId>org.apache.myfaces.core</groupId>