You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2021/03/22 13:03:49 UTC

[camel] 01/03: Disable checkstyle on camel-bundle-plugin

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7338bbf51c95519193eefa3f132659828515941f
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Mar 22 13:02:44 2021 +0100

    Disable checkstyle on camel-bundle-plugin
---
 init/camel-bundle-plugin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/init/camel-bundle-plugin/pom.xml b/init/camel-bundle-plugin/pom.xml
index 03c3a33..c6ebf6b 100644
--- a/init/camel-bundle-plugin/pom.xml
+++ b/init/camel-bundle-plugin/pom.xml
@@ -34,6 +34,12 @@
     <name>Camel :: Maven Plugins :: Enhanced Bundle Plugin</name>
     <description>OSGi Bundle plugin detecting stale input</description>
 
+    <properties>
+        <sourcecheckExcludesComma>
+            **/*.java,
+        </sourcecheckExcludesComma>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>