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 fab89fc4749 (chores) build: fix deployment build
fab89fc4749 is described below

commit fab89fc4749787ee5a5cb2bc765c7ce04b0edcaf
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sun Jun 25 11:04:59 2023 +0200

    (chores) build: fix deployment build
    
    Skip camel-package-maven-plugin tests during deployment
---
 tooling/maven/camel-package-maven-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml 
b/tooling/maven/camel-package-maven-plugin/pom.xml
index 7009dfbe106..9ed5f9f8daa 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -229,6 +229,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