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

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


The following commit(s) were added to refs/heads/main by this push:
     new e86529f  Skip checkstyle for maven archetypes
e86529f is described below

commit e86529f30d8fd32e3a2080fa52d4609b0c046a36
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jun 11 12:24:18 2021 +0200

    Skip checkstyle for maven archetypes
---
 archetypes/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 6a563c0..121e028d 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,6 +33,10 @@
     <description>Camel Archetypes</description>
     <packaging>pom</packaging>
 
+    <properties>
+        <checkstyle.skip>true</checkstyle.skip>
+    </properties>
+
     <modules>
         <module>camel-archetype-api-component</module>
         <module>camel-archetype-cdi</module>

Reply via email to