Github user amihalik commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/241#discussion_r143768364
--- Diff: pom.xml ---
@@ -151,6 +151,54 @@ under the License.
<skip.rya.it>false</skip.rya.it>
</properties>
</profile>
+
+ <!-- Enable this profile to generate a Code Coverage report with
jacoco "mvn ... -P coverage" -->
+ <profile>
+ <id>coverage</id>
--- End diff --
Why have a profile? Why not just run it as default as part of the build?---
