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

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


The following commit(s) were added to refs/heads/main by this push:
     new f25ea401125 (chores) build: fix deployment build
f25ea401125 is described below

commit f25ea401125b2862d01066e2d567218ff28e799b
Author: Otavio R. Piske <[email protected]>
AuthorDate: Sun Jun 25 21:52:30 2023 +0200

    (chores) build: fix deployment build
    
    Skip camel-restdsl-openapi-plugin tests during deployment
    
    Signed-off-by: Otavio R. Piske <[email protected]>
---
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml 
b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index 2216a41edb0..cac43d91f43 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -143,6 +143,7 @@
                             </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