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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 315c743fdb Skip tests in the deploy profile
315c743fdb is described below

commit 315c743fdb346bdee035da11859a2cff61e07cdd
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jan 20 07:40:21 2025 +0100

    Skip tests in the deploy profile
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 714be973d0..78ef311b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -969,6 +969,9 @@
             <id>deploy</id>
             <properties>
                 <createSourcesJar>true</createSourcesJar>
+                <maven.test.skip>true</maven.test.skip>
+                <invoker.skip>true</invoker.skip>
+                <archetype.test.skip>true</archetype.test.skip>
             </properties>
             <build>
                 <defaultGoal>deploy</defaultGoal>

Reply via email to