Excluded the node_modules and js dependency folders for src 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/d54fcfde
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/d54fcfde
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/d54fcfde

Branch: refs/heads/apache-blur-0.2
Commit: d54fcfde0b55eee334b9a814230ca9c737d4e058
Parents: 14e70fa
Author: Chris Rohr <[email protected]>
Authored: Wed May 28 06:07:34 2014 -0400
Committer: Chris Rohr <[email protected]>
Committed: Wed May 28 06:07:34 2014 -0400

----------------------------------------------------------------------
 distribution/src/assemble/src.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/d54fcfde/distribution/src/assemble/src.xml
----------------------------------------------------------------------
diff --git a/distribution/src/assemble/src.xml 
b/distribution/src/assemble/src.xml
index e335fdc..a94f787 100644
--- a/distribution/src/assemble/src.xml
+++ b/distribution/src/assemble/src.xml
@@ -31,6 +31,8 @@ under the License.
       <excludes>
         <exclude>**/.empty</exclude>
         <exclude>**/target/**</exclude>
+       <exclude>**/node_modules/**</exclude>
+       <exclude>**/contrib/blur-console/src/main/webapp/libs/**</exclude>
       </excludes>
     </fileSet>
   </fileSets>

Reply via email to