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

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

commit 8c85030315d0ac2f07a336829a8aa11c4ddc5834
Author: Quan Tran <hqt...@linagora.com>
AuthorDate: Thu Jan 23 13:52:50 2025 +0700

    [BUILD] Fully drop glowroot
    
    05:46:42,855 [ERROR] Failed to execute goal 
com.google.cloud.tools:jib-maven-plugin:3.3.2:buildTar (default) on project 
james-server-jpa-app: <extraDirectories><paths> contain "from" directory that 
doesn't exist locally: 
/home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-2609/server/apps/jpa-app/target/glowroot
 -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal com.google.cloud.tools:jib-maven-plugin:3.3.2:buildTar (default) on 
project james-server-jpa-app: <extraDirectories><paths> contain "from" 
directory that doesn't exist locally: 
/home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-2609/server/apps/jpa-app/target/glowroot
        at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
(MojoExecutor.java:333)
    
    Following the work: 
https://github.com/apache/james-project/commit/82523f59f3a00ac797a1a85906ecd3135fd434df.
    
    I do not know why the build has not failed before. But it is now, and it 
needs to be fixed.
---
 server/apps/cassandra-app/pom.xml        | 4 ----
 server/apps/distributed-app/pom.xml      | 4 ----
 server/apps/distributed-pop3-app/pom.xml | 4 ----
 server/apps/jpa-app/pom.xml              | 4 ----
 server/apps/jpa-smtp-app/pom.xml         | 4 ----
 server/apps/memory-app/pom.xml           | 4 ----
 6 files changed, 24 deletions(-)

diff --git a/server/apps/cassandra-app/pom.xml 
b/server/apps/cassandra-app/pom.xml
index ea274b7671..4ece0fd5a9 100644
--- a/server/apps/cassandra-app/pom.xml
+++ b/server/apps/cassandra-app/pom.xml
@@ -365,10 +365,6 @@
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>
                             </path>
-                            <path>
-                                <from>target/glowroot</from>
-                                <into>/root</into>
-                            </path>
                             <path>
                                 <from>src/main/extensions-jars</from>
                                 <into>/root/extensions-jars</into>
diff --git a/server/apps/distributed-app/pom.xml 
b/server/apps/distributed-app/pom.xml
index 644bd1d270..feb4ae2e7b 100644
--- a/server/apps/distributed-app/pom.xml
+++ b/server/apps/distributed-app/pom.xml
@@ -401,10 +401,6 @@
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>
                             </path>
-                            <path>
-                                <from>target/glowroot</from>
-                                <into>/root</into>
-                            </path>
                             <path>
                                 <from>src/main/extensions-jars</from>
                                 <into>/root/extensions-jars</into>
diff --git a/server/apps/distributed-pop3-app/pom.xml 
b/server/apps/distributed-pop3-app/pom.xml
index b01e0afd6d..b962dc156b 100644
--- a/server/apps/distributed-pop3-app/pom.xml
+++ b/server/apps/distributed-pop3-app/pom.xml
@@ -405,10 +405,6 @@
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>
                             </path>
-                            <path>
-                                <from>target/glowroot</from>
-                                <into>/root</into>
-                            </path>
                             <path>
                                 <from>src/main/extensions-jars</from>
                                 <into>/root/extensions-jars</into>
diff --git a/server/apps/jpa-app/pom.xml b/server/apps/jpa-app/pom.xml
index 17b61dd22c..658f663a3c 100644
--- a/server/apps/jpa-app/pom.xml
+++ b/server/apps/jpa-app/pom.xml
@@ -290,10 +290,6 @@
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>
                             </path>
-                            <path>
-                                <from>target/glowroot</from>
-                                <into>/root</into>
-                            </path>
                             <path>
                                 <from>src/main/extensions-jars</from>
                                 <into>/root/extensions-jars</into>
diff --git a/server/apps/jpa-smtp-app/pom.xml b/server/apps/jpa-smtp-app/pom.xml
index 2e8961fe5e..0603a0713d 100644
--- a/server/apps/jpa-smtp-app/pom.xml
+++ b/server/apps/jpa-smtp-app/pom.xml
@@ -257,10 +257,6 @@
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>
                             </path>
-                            <path>
-                                <from>target/glowroot</from>
-                                <into>/root</into>
-                            </path>
                             <path>
                                 <from>src/main/extensions-jars</from>
                                 <into>/root/extensions-jars</into>
diff --git a/server/apps/memory-app/pom.xml b/server/apps/memory-app/pom.xml
index 248d9ae6cd..de563611e3 100644
--- a/server/apps/memory-app/pom.xml
+++ b/server/apps/memory-app/pom.xml
@@ -281,10 +281,6 @@
                                 <from>src/main/scripts</from>
                                 <into>/usr/bin</into>
                             </path>
-                            <path>
-                                <from>target/glowroot</from>
-                                <into>/root</into>
-                            </path>
                             <path>
                                 <from>src/main/extensions-jars</from>
                                 <into>/root/extensions-jars</into>


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

Reply via email to