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

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


The following commit(s) were added to refs/heads/main by this push:
     new a5463198 Fixes for #834
a5463198 is described below

commit a54631987138f4a6fe6a49dd27bb9edfa02f46c1
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Jul 31 18:53:14 2023 -0400

    Fixes for #834
---
 karavan-web/karavan-app/pom.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/karavan-web/karavan-app/pom.xml b/karavan-web/karavan-app/pom.xml
index 9c8e179b..96c8e5ff 100644
--- a/karavan-web/karavan-app/pom.xml
+++ b/karavan-web/karavan-app/pom.xml
@@ -167,13 +167,11 @@
                 <directory>src/main/resources</directory>
                 <filtering>true</filtering>
                 <includes>
-                    <include>**/application.properties</include>
-                    <include>components/**</include>
-                    <include>kamelets/**</include>
-                    <include>snippets/**</include>
-                    <include>META-INF/**</include>
-                    <include>**/**.xml</include>
+                    <include>**/**</include>
                 </includes>
+                <excludes>
+                    <exclude>**/.gitignore</exclude>
+                </excludes>
             </resource>
         </resources>
         <plugins>

Reply via email to