Updated Branches:
  refs/heads/master ad1cdba6a -> 9007160cd

Adding another exclude to the rat excludes.  '**/target/**'  Not sure why, I 
thought it was built into rat, but on ubuntu server it was needed to pass.


Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/9007160c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/9007160c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/9007160c

Branch: refs/heads/master
Commit: 9007160cd70e1f7c246def79b912caffafbce7d1
Parents: ad1cdba
Author: Aaron McCurry <[email protected]>
Authored: Wed Sep 18 20:56:46 2013 -0400
Committer: Aaron McCurry <[email protected]>
Committed: Wed Sep 18 20:56:46 2013 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9007160c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 84309f9..955dec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,7 @@ under the License.
                                                <exclude>**/.classpath</exclude>
                                                <exclude>**/.project</exclude>
                                                
<exclude>**/.settings/**</exclude>
+                                               <exclude>**/target/**</exclude>
                                                
                                                <!-- These javascript libs are 
accounted for in the 
                                                LICENSE-src file in 
distribution/src/main/resources -->

Reply via email to