Fix rat violations in the dashboard js
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/341d95e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/341d95e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/341d95e5 Branch: refs/heads/apache-local Commit: 341d95e575a345c4af299094eb3837f699cc0762 Parents: ee049a6 Author: Venkatesh Seetharam <[email protected]> Authored: Fri Jun 12 13:01:58 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Fri Jun 12 13:01:58 2015 -0700 ---------------------------------------------------------------------- pom.xml | 7 ++++++- src/main/assemblies/src-package.xml | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/341d95e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8bc921c..41ae872 100755 --- a/pom.xml +++ b/pom.xml @@ -1041,8 +1041,13 @@ <exclude>**/data.txt</exclude> <exclude>**/maven-eclipse.xml</exclude> <exclude>**/.externalToolBuilders/**</exclude> - <exclude>dashboard/**</exclude> <exclude>**/build.log</exclude> + <exclude>dashboard/**/.bower*/**</exclude> + <exclude>dashboard/v2/.bower*/**</exclude> + <exclude>dashboard/v2/lib/**</exclude> + <exclude>dashboard/v2/node*/**</exclude> + <exclude>dashboard/v2/dist/**</exclude> + <exclude>dashboard/v2/**/*.min.js*</exclude> </excludes> </configuration> <executions> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/341d95e5/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index c304b81..b501829 100755 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -35,6 +35,11 @@ <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.log</exclude> + <exclude>dashboard/v2/.bower*/**</exclude> + <exclude>dashboard/v2/lib/**</exclude> + <exclude>dashboard/v2/node*/**</exclude> + <exclude>dashboard/v2/dist/**</exclude> + <exclude>dashboard/v2/**/*.min.js*</exclude> </excludes> </fileSet> </fileSets>
