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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac6655b  Added encoding to maven-resources-plugin to avoid warning
ac6655b is described below

commit ac6655bf5feefc7b5c2c2094e7a996e9544e7ad9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 6 22:17:32 2020 +0200

    Added encoding to maven-resources-plugin to avoid warning
---
 connectors/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/connectors/pom.xml b/connectors/pom.xml
index 9cf04ee..17519b2 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -161,6 +161,7 @@
                        <goal>copy-resources</goal>
                    </goals>
                    <configuration>
+                       <encoding>UTF-8</encoding>
                        
<outputDirectory>${project.basedir}/../../camel-kafka-connector-catalog/src/generated/resources/connectors/</outputDirectory>
                        <resources>          
                            <resource>

Reply via email to