Added giraph profile to resolve an incompatible license issue.
Closes #274 from jdasch/candidate/giraph-profile
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 @@
         <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>