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 f402b707de Down overrride invoker.skip in karaf-maven-plugin
f402b707de is described below
commit f402b707dede971d3decce6b2d988b7985a784ce
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jan 20 11:07:24 2025 +0100
Down overrride invoker.skip in karaf-maven-plugin
---
tooling/karaf-maven-plugin/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/tooling/karaf-maven-plugin/pom.xml
b/tooling/karaf-maven-plugin/pom.xml
index 593f336b5f..fd3914d5a0 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -35,7 +35,6 @@
<properties>
<appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
<mvn.opts />
- <invoker.skip />
<compiler.fork />
<jacoco-class-line-covered-ratio>0.00</jacoco-class-line-covered-ratio>
<jacoco-class-instruction-covered-ratio>0.00</jacoco-class-instruction-covered-ratio>