Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 2200f3a57 -> f10d744ac
Ignored node_modules from rat check as they won't be included in any build Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/1f49c468 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/1f49c468 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/1f49c468 Branch: refs/heads/apache-blur-0.2 Commit: 1f49c46867c47e00665a5639d2bd4775f2ba1787 Parents: 23e3892 Author: Chris Rohr <[email protected]> Authored: Sun Jun 22 20:29:32 2014 -0400 Committer: Chris Rohr <[email protected]> Committed: Sun Jun 22 20:29:32 2014 -0400 ---------------------------------------------------------------------- blur-console/pom.xml | 4 ++-- pom.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/1f49c468/blur-console/pom.xml ---------------------------------------------------------------------- diff --git a/blur-console/pom.xml b/blur-console/pom.xml index 9354461..5084149 100644 --- a/blur-console/pom.xml +++ b/blur-console/pom.xml @@ -105,10 +105,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> - <plugin> + <!-- plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - </plugin> + </plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/1f49c468/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41f410a..75e1956 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,7 @@ under the License. <!-- These javascript libs are added at build time but are not included in the src --> <exclude>**/src/main/webapp/libs/**</exclude> + <exclude>**/node_modules/**</exclude> <!-- Generated CSS files --> <exclude>**/src/main/webapp/public/css/**</exclude>
