You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/06 20:19:15 UTC

[camel-kafka-connector] 01/01: Added encoding to maven-resources-plugin to avoid warning

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

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

commit 5efc0f49fba06e9409466c1d8a3304f282365c0f
Author: Andrea Cosentino <an...@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>