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 2021/01/11 15:08:00 UTC

[myfaces-tobago] branch master updated: fix: comment

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 dcaee3c  fix: comment
dcaee3c is described below

commit dcaee3c76960c3177c5a44631d14546c71821781
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Sun Jan 10 16:56:07 2021 +0100

    fix: comment
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 1497cee..69349fe 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -74,7 +74,7 @@
           <configuration>
             <!--
             to run the webapp in jetty in development mode use
-            mvn clean jetty:run -Pdev
+            mvn clean jetty:run -Pdev -Pjetty
              -->
             <scanIntervalSeconds>5</scanIntervalSeconds>
           </configuration>