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

valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 3a2e722ba0e639b8d0ed81efad3fbc7a6ff73575
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Tue Oct 13 21:33:23 2020 +0200

    Copying of .json descriptors moved to process-resources phase.
---
 connectors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/pom.xml b/connectors/pom.xml
index 689dd4c..56bc268 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -141,7 +141,7 @@
                <executions>
                    <execution>
                    <id>copy-resources</id>
-                   <phase>install</phase>
+                   <phase>process-resources</phase>
                    <goals>
                        <goal>copy-resources</goal>
                    </goals>

Reply via email to