Repository: camel
Updated Branches:
  refs/heads/master ca59e53f9 -> a84c92388


Fixed RAT license check


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a84c9238
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a84c9238
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a84c9238

Branch: refs/heads/master
Commit: a84c92388d237c22f7608380311fae96fc388f9c
Parents: abcfaf2
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Mar 11 10:24:58 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Mar 11 10:27:46 2016 +0100

----------------------------------------------------------------------
 camel-website/Gruntfile.js | 17 +++++++++++++++++
 pom.xml                    |  6 ++++++
 2 files changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a84c9238/camel-website/Gruntfile.js
----------------------------------------------------------------------
diff --git a/camel-website/Gruntfile.js b/camel-website/Gruntfile.js
index 9ba175c..8ba6739 100644
--- a/camel-website/Gruntfile.js
+++ b/camel-website/Gruntfile.js
@@ -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.
+ */
+
 module.exports = function(grunt) {
 
     // Project configuration.

http://git-wip-us.apache.org/repos/asf/camel/blob/a84c9238/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5de69c..5b1f10c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -243,6 +243,12 @@
                 
<exclude>**/src/main/resources/META-INF/cxf/bus-extensions.txt</exclude>
                 <!-- ignore the api signatures files -->
                 <exclude>**/src/signatures/*.txt</exclude>
+                <!-- camel website and user-manual -->
+                <exclude>**/node/**</exclude>
+                <exclude>**/node_modules/**</exclude>
+                <exclude>**/npm-shrinkwrap.json</exclude>
+                <exclude>**/package.json</exclude>
+                <exclude>**/user-manual/**</exclude>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>

Reply via email to