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

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

commit 1bb45489d4e8d750d083ff821dc9b905ead8d5d2
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Tue Jun 27 11:45:21 2023 +0200

    Fixup 7afe20a Do not run Maven plugin integration tests with -DskipTests
---
 tooling/maven/camel-package-maven-plugin/pom.xml   | 1 -
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml 
b/tooling/maven/camel-package-maven-plugin/pom.xml
index 9ed5f9f8daa..7009dfbe106 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -229,7 +229,6 @@
                             </pomIncludes>
                             <postBuildHookScript>verify</postBuildHookScript>
                             
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
-                            
<skipInvocation>${maven.test.skip.exec}</skipInvocation>
                             <settingsFile>src/it/settings.xml</settingsFile>
                             <goals>
                                 <goal>clean</goal>
diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml 
b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index cac43d91f43..2216a41edb0 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -143,7 +143,6 @@
                             </pomIncludes>
                             <postBuildHookScript>verify</postBuildHookScript>
                             
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
-                            
<skipInvocation>${maven.test.skip.exec}</skipInvocation>
                             <settingsFile>src/it/settings.xml</settingsFile>
                             <goals>
                                 <goal>clean</goal>

Reply via email to