This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new e6f498fdd7 Skip tests in the deploy profile
e6f498fdd7 is described below
commit e6f498fdd7b33a4f1382369b01e1998fb782810a
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 af4acbe5b7..5bfa43f96e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -964,6 +964,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>