Repository: incubator-htrace Updated Branches: refs/heads/master 1eaf7bd09 -> f7d68f5c5
HTRACE-110. Fix rat check failure due to dependency-reduced-pom.xml in htrace-hbase (iwasakims) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/f7d68f5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/f7d68f5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/f7d68f5c Branch: refs/heads/master Commit: f7d68f5c5b0b96dc8b04bde1196727293e184053 Parents: 1eaf7bd Author: Masatake Iwasaki <[email protected]> Authored: Wed Feb 18 21:05:24 2015 -0800 Committer: Masatake Iwasaki <[email protected]> Committed: Wed Feb 18 21:05:24 2015 -0800 ---------------------------------------------------------------------- htrace-hbase/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/f7d68f5c/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index b48c894..773212e 100644 --- a/htrace-hbase/pom.xml +++ b/htrace-hbase/pom.xml @@ -60,12 +60,6 @@ language governing permissions and limitations under the License. --> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/generated/**</exclude> - <exclude>**/webapps/static/d3.min.js</exclude> - </excludes> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
