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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 18a5fc206b [JAMES-3943] fix package pulsar smtp docker image with jib 
(#1747)
18a5fc206b is described below

commit 18a5fc206b17918ca3d1a55db4e20adc6577bc2a
Author: Rene Cordier <rcord...@linagora.com>
AuthorDate: Fri Oct 6 13:47:41 2023 +0700

    [JAMES-3943] fix package pulsar smtp docker image with jib (#1747)
    
    docker-configuration folder does not exists, making the docker build
    with Jib failing.
---
 server/apps/scaling-pulsar-smtp/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/server/apps/scaling-pulsar-smtp/pom.xml 
b/server/apps/scaling-pulsar-smtp/pom.xml
index 3fcc3f8c37..b417a58c66 100644
--- a/server/apps/scaling-pulsar-smtp/pom.xml
+++ b/server/apps/scaling-pulsar-smtp/pom.xml
@@ -322,10 +322,6 @@
                                 <from>sample-configuration</from>
                                 <into>/root/conf</into>
                             </path>
-                            <path>
-                                <from>docker-configuration</from>
-                                <into>/root/conf</into>
-                            </path>
                             <path>
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to