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/03/30 15:04:16 UTC

[camel-karaf] branch master updated (e4c422f -> 366e9f8)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from e4c422f  Camel-Karaf docs: It's Karaf Features and not components starter
     new 08f6f23  Rat check: Skip src/generated
     new 366e9f8  Rat check: Fixed antora.yml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/antora.yml | 17 +++++++++++++++++
 pom.xml         |  2 ++
 2 files changed, 19 insertions(+)


[camel-karaf] 02/02: Rat check: Fixed antora.yml

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 366e9f8bc8c36a111b4826be41d8abe354b104e7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 17:03:53 2020 +0200

    Rat check: Fixed antora.yml
---
 docs/antora.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/docs/antora.yml b/docs/antora.yml
index 085868e..7be2de9 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 name: camel-karaf
 title: Apache Camel Karaf
 version: latest


[camel-karaf] 01/02: Rat check: Skip src/generated

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 08f6f238ce285a4cd7da90919a02bfd75bbc1a4f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 17:02:11 2020 +0200

    Rat check: Skip src/generated
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2e86410..af20ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1003,6 +1003,8 @@
                     <configuration>
                         <excludeSubProjects>false</excludeSubProjects>
                         <excludes>
+                            <exclude>**/generated/**</exclude>
+                            <exclude>**/generated.txt</exclude>
                             <exclude>**/*.mvel</exclude>
                             <exclude>**/catalog/*.properties</exclude>
                             <exclude>**/*.json</exclude>