Repository: incubator-atlas Updated Branches: refs/heads/master 09693bfbe -> f6d57f726
ATLAS-7 Compilation fails on the source assembly tar ball. Contributed by Venkatesh Seetharam Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/f6d57f72 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/f6d57f72 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/f6d57f72 Branch: refs/heads/master Commit: f6d57f72606df9d1466f35f90df006b389070ae3 Parents: 09693bf Author: Venkatesh Seetharam <[email protected]> Authored: Mon Jun 15 16:42:23 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Mon Jun 15 16:42:23 2015 -0700 ---------------------------------------------------------------------- pom.xml | 10 +++++----- src/main/assemblies/src-package.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f6d57f72/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41ae872..c13316a 100755 --- a/pom.xml +++ b/pom.xml @@ -1042,11 +1042,11 @@ <exclude>**/maven-eclipse.xml</exclude> <exclude>**/.externalToolBuilders/**</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/**/.bower-*/**</exclude> <!-- temp libs --> + <exclude>dashboard/v2/.bowerrc</exclude> <!-- json file --> + <exclude>dashboard/v2/lib/**</exclude> <!-- temp libs --> + <exclude>dashboard/v2/node*/**</exclude> <!-- temp libs --> + <exclude>dashboard/v2/dist/**</exclude> <!-- package --> <exclude>dashboard/v2/**/*.min.js*</exclude> </excludes> </configuration> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f6d57f72/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index b501829..dd507b3 100755 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -35,7 +35,7 @@ <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.log</exclude> - <exclude>dashboard/v2/.bower*/**</exclude> + <exclude>dashboard/v2/.bower-*/**</exclude> <exclude>dashboard/v2/lib/**</exclude> <exclude>dashboard/v2/node*/**</exclude> <exclude>dashboard/v2/dist/**</exclude>
