Repository: incubator-rya
Updated Branches:
  refs/heads/develop c378f64d5 -> efc815edc


RYA-7 Adding Apache-RAT Exclusion for Binary file


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

Branch: refs/heads/develop
Commit: efc815edc5beccd398ae882abff0c1ce2ec40ba1
Parents: c378f64
Author: Aaron Mihalik <miha...@alum.mit.edu>
Authored: Tue Apr 5 14:27:18 2016 -0400
Committer: Aaron Mihalik <miha...@alum.mit.edu>
Committed: Tue Apr 5 14:27:18 2016 -0400

----------------------------------------------------------------------
 web/web.rya/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/efc815ed/web/web.rya/pom.xml
----------------------------------------------------------------------
diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml
index 3c38401..26283b5 100644
--- a/web/web.rya/pom.xml
+++ b/web/web.rya/pom.xml
@@ -142,6 +142,8 @@ under the License.
                             <!-- RDF data Files -->
                             <exclude>**/*.trig</exclude>
                             <exclude>**/*.nt</exclude>
+                            <!-- data file -->
+                            <exclude>**/*.data</exclude>
                         </excludes>
                     </configuration>
                 </plugin>

Reply via email to