[
https://issues.apache.org/jira/browse/RYA-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198849#comment-16198849
]
ASF GitHub Bot commented on RYA-333:
------------------------------------
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?
> Add a profile to enable Code Coverage for the entire project.
> -------------------------------------------------------------
>
> Key: RYA-333
> URL: https://issues.apache.org/jira/browse/RYA-333
> Project: Rya
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.2.10, 3.2.11
> Reporter: Jeff Dasch
> Assignee: Jeff Dasch
> Priority: Minor
>
> Will need to remove the jacoco definitions in various project poms.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)