You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/10/03 19:00:06 UTC

[pulsar] branch master updated: Fix: apache-rat validation (#2700)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bdd6ec  Fix: apache-rat validation (#2700)
3bdd6ec is described below

commit 3bdd6ecf04146e035ef9a5e3f2e1a32d15134dd0
Author: Rajan Dhabalia <rd...@apache.org>
AuthorDate: Wed Oct 3 11:59:59 2018 -0700

    Fix: apache-rat validation (#2700)
---
 conf/presto/jvm.config                   | 21 ++++++++++++++++++++-
 distribution/server/src/assemble/src.xml |  1 +
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/conf/presto/jvm.config b/conf/presto/jvm.config
index 5985b68..cdf16ab 100644
--- a/conf/presto/jvm.config
+++ b/conf/presto/jvm.config
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 -server
 -Xmx16G
 -XX:+UseG1GC
@@ -5,4 +24,4 @@
 -XX:+UseGCOverheadLimit
 -XX:+ExplicitGCInvokesConcurrent
 -XX:+HeapDumpOnOutOfMemoryError
--XX:+ExitOnOutOfMemoryError
\ No newline at end of file
+-XX:+ExitOnOutOfMemoryError
diff --git a/distribution/server/src/assemble/src.xml b/distribution/server/src/assemble/src.xml
index e7675d4..d9af938 100644
--- a/distribution/server/src/assemble/src.xml
+++ b/distribution/server/src/assemble/src.xml
@@ -81,6 +81,7 @@
         <exclude>**/file:/**</exclude>
         <exclude>**/SecurityAuth.audit*</exclude>
         <exclude>**/site/**</exclude>
+        <exclude>**/site2/**</exclude>
         <exclude>**/.idea/**</exclude>
         <exclude>**/*.a</exclude>
         <exclude>**/*.so</exclude>