Repository: incubator-blur Updated Branches: refs/heads/master cfcb73b51 -> 151594b48
Fixed rat warning Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/151594b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/151594b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/151594b4 Branch: refs/heads/master Commit: 151594b48d243f1faf0384ef24ee7bc56e42d9f8 Parents: cfcb73b Author: Chris Rohr <[email protected]> Authored: Mon Dec 1 06:05:34 2014 -0500 Committer: Chris Rohr <[email protected]> Committed: Mon Dec 1 06:05:34 2014 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/151594b4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8135a0e..b7e4529 100644 --- a/pom.xml +++ b/pom.xml @@ -334,6 +334,7 @@ under the License. <!-- JS Libraries that could not be included through bower --> <exclude>**/src/main/webapp/js/utils/*</exclude> <exclude>**/src/main/webapp/public/js/modernizr.js</exclude> + <exclude>**/src/main/webapp/less/tagmanager.less</exclude> <!-- Files used for building the UI --> <exclude>**/src/main/webapp/node_modules/**</exclude>
