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-karaf.git
The following commit(s) were added to refs/heads/main by this push: new 809129f Fixed RAT check 809129f is described below commit 809129f2a115966b867458214e11f99552830773 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 28 15:10:02 2022 +0100 Fixed RAT check --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 787406a..68fa1b4 100644 --- a/pom.xml +++ b/pom.xml @@ -561,6 +561,10 @@ <exclude>**/dataformat-options.mvel</exclude> <exclude>**/eip-options.mvel</exclude> <exclude>**/language-options.mvel</exclude> + <exclude>**/languages.properties</exclude> + <exclude>**/others.properties</exclude> + <exclude>**/dataformats.properties</exclude> + <exclude>**/components.properties</exclude> <exclude>**/website-components-list.mvel</exclude> <exclude>**/website-languages-list.mvel</exclude> <exclude>**/website-others-list.mvel</exclude>