You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by mi...@apache.org on 2017/08/11 18:55:54 UTC

incubator-rya git commit: Fixes a regression with QueriesBenchmarkConfReaderIT. Closes #203.

Repository: incubator-rya
Updated Branches:
  refs/heads/master bf0d4190e -> 41c1e9115


Fixes a regression with QueriesBenchmarkConfReaderIT. Closes #203.


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

Branch: refs/heads/master
Commit: 41c1e91158b1a4aea161b75a94cb0771083c3cd3
Parents: bf0d419
Author: jdasch <jd...@localhost.localdomain>
Authored: Thu Aug 10 22:20:47 2017 -0400
Committer: Aaron Mihalik <aa...@gmail.com>
Committed: Fri Aug 11 13:20:38 2017 -0400

----------------------------------------------------------------------
 extras/rya.benchmark/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/41c1e911/extras/rya.benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.benchmark/pom.xml b/extras/rya.benchmark/pom.xml
index 32c101e..17640e4 100644
--- a/extras/rya.benchmark/pom.xml
+++ b/extras/rya.benchmark/pom.xml
@@ -71,8 +71,12 @@
     </dependencies>
 
     <build>
+        <resources>
+            <resource>
+                <directory>src/main/xsd</directory>
+            </resource>
+        </resources>
         <plugins>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>