From 7e6129801f574ccac206a6421764dc825b779bed Mon Sep 17 00:00:00 2001 From: sunyerui Date: Thu, 24 Sep 2015 17:09:19 +0800 Subject: [PATCH] Failed build branch code caused by ‘Too many files with unapproved license’ --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f82807..4b449d0 100644 --- a/pom.xml +++ b/pom.xml @@ -621,14 +621,16 @@ **/*.snapshot **/*.pdf **/*.log + dist/** **/.checkstyle - **/src/test/resources/data/** + **/src/test/resources/** **/target/** lib/** + **/*.proto **/.sass-cache/** -- 2.3.2 (Apple Git-55)