This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new c22d04f Add missing license and fix rat check
c22d04f is described below
commit c22d04f2597ba6a143c0771b01423be894837cca
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Oct 19 20:48:04 2019 +0200
Add missing license and fix rat check
---
.../debezium/configuration/ConfigurationValidation.java | 16 ++++++++++++++++
pom.xml | 9 ++++++---
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git
a/components/camel-debezium/camel-debezium-maven-plugin/src/main/java/org/apache/camel/component/debezium/configuration/ConfigurationValidation.java
b/components/camel-debezium/camel-debezium-maven-plugin/src/main/java/org/apache/camel/component/debezium/configuration/ConfigurationValidation.java
index 040a391..8d0d3d6 100644
---
a/components/camel-debezium/camel-debezium-maven-plugin/src/main/java/org/apache/camel/component/debezium/configuration/ConfigurationValidation.java
+++
b/components/camel-debezium/camel-debezium-maven-plugin/src/main/java/org/apache/camel/component/debezium/configuration/ConfigurationValidation.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
//CHECKSTYLE:OFF
package org.apache.camel.component.debezium.configuration;
diff --git a/pom.xml b/pom.xml
index 121c827..d5b626d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,13 +231,16 @@
<exclude>**/dataformat-options.mvel</exclude>
<exclude>**/eip-options.mvel</exclude>
<exclude>**/language-options.mvel</exclude>
- <exclude>**/readme-components.mvel</exclude>
+ <exclude>**/website-components-list.mvel</exclude>
+ <exclude>**/website-languages-list.mvel</exclude>
+ <exclude>**/website-others-list.mvel</exclude>
+ <exclude>**/website-dataformats-list.mvel</exclude>
+ <exclude>**/readme-eips.mvel</exclude>
<exclude>**/readme-components.mvel</exclude>
<exclude>**/readme-dataformats.mvel</exclude>
- <exclude>**/readme-eips.mvel</exclude>
- <exclude>**/readme-examples.mvel</exclude>
<exclude>**/readme-languages.mvel</exclude>
<exclude>**/readme-others.mvel</exclude>
+ <exclude>**/readme-examples.mvel</exclude>
<exclude>**/spring-boot-auto-configure-options.mvel</exclude>
<exclude>**/camel-NOTICE.txt</exclude>
<exclude>**/spring-boot-starter-NOTICE.txt</exclude>