Repository: incubator-rya
Updated Branches:
  refs/heads/master 550fc13bb -> 4990f88b3


Added giraph profile to resolve an incompatible license issue.
Closes #274 from jdasch/candidate/giraph-profile


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

Branch: refs/heads/master
Commit: 4990f88b3744f2fb30b1fb1789d3d471a124f1b9
Parents: 550fc13
Author: jdasch <hcs...@gmail.com>
Authored: Tue Feb 13 16:49:10 2018 -0500
Committer: Adina Crainiceanu <ad...@usna.edu>
Committed: Mon Feb 19 14:55:36 2018 -0500

----------------------------------------------------------------------
 extras/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4990f88b/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extras/pom.xml b/extras/pom.xml
index 4ebcb82..957b31b 100644
--- a/extras/pom.xml
+++ b/extras/pom.xml
@@ -43,23 +43,31 @@ under the License.
         <module>rya.pcj.fluo</module>
         <module>rya.export</module>
         <module>rya.merger</module>
-        <module>rya.giraph</module>
         <module>rya.streams</module>
         <module>rya.forwardchain</module>
     </modules>
 
     <profiles>
         <profile>
+            <!-- geoindexing has dependencies with incompatible licenses, 
end-user must build this optional module -->
             <id>geoindexing</id>
             <modules>
                 <module>rya.geoindexing</module>
            </modules>
         </profile>
         <profile>
+            <!-- benchmark has dependencies with incompatible licenses, 
end-user must build this optional module -->
             <id>benchmark</id>
             <modules>
                 <module>rya.benchmark</module>
            </modules>
         </profile>
+        <profile>
+            <!-- giraph has dependencies with incompatible licenses, end-user 
must to build this optional module -->
+            <id>giraph</id>
+            <modules>
+                <module>rya.giraph</module>
+           </modules>
+        </profile>
     </profiles>
 </project>

Reply via email to