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

yanxinyi pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 77c83d5554f3300e5f697438826354fcf05db0bc
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Feb 5 08:13:56 2021 +0100

    PHOENIX-6114 Create shaded phoenix-pherf and remove lib dir from assembly 
(addendum: fix apache-rat check)
---
 phoenix-pherf/README.md | 17 +++++++++++++++++
 phoenix-pherf/pom.xml   | 13 -------------
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/phoenix-pherf/README.md b/phoenix-pherf/README.md
index c813f74..ecc8434 100644
--- a/phoenix-pherf/README.md
+++ b/phoenix-pherf/README.md
@@ -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.
+-->
+
 Pherf is a performance test framework that exercises HBase through Apache 
Phoenix, a SQL layer interface.
 
 ## Build 
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 8b1c7a9..f7538d2 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -239,19 +239,6 @@
                                </execution>
                        </executions>
                </plugin>
-
-
-
-                       <plugin>
-                               <groupId>org.apache.rat</groupId>
-                               <artifactId>apache-rat-plugin</artifactId>
-                               <configuration>
-                                       <excludes>
-                                               <exclude>*/RESULTS/**</exclude>
-                                               <exclude>README.md</exclude>
-                                       </excludes>
-                               </configuration>
-                       </plugin>
                </plugins>
        </build>
 </project>

Reply via email to