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 2023/01/12 13:08:02 UTC

[myfaces-tobago] branch tobago-5.x updated: build: verbose docker build

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 9a85f59a96 build: verbose docker build
9a85f59a96 is described below

commit 9a85f59a96dd2d1cbc8db09797fe868b464e0cf6
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Jan 12 14:07:57 2023 +0100

    build: verbose docker build
---
 tobago-example/tobago-example-demo/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 2ea58d1628..645725ac9a 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -361,6 +361,7 @@
             <artifactId>docker-maven-plugin</artifactId>
             <version>0.40.3</version>
             <configuration>
+              <verbose>true</verbose>
               <images>
                 <image>
                   <name>myfaces/%a:%l</name>