hi

just for the record: this can be turned on for any other modules as well
by adding the following entries to the <properties>:

<properties>
        [...]
        <!-- enable execution of jacoco and set minimal line coverage -->
        <skip.coverage>false</skip.coverage>
        <minimum.coverage>0.xx</minimum.coverage>
</properties>


all credits to marc pfaff who showed me an example and inspired me to
enforce this for the oak security modules.

kind regards
angela

On 14/02/17 15:27, "Angela Schreiber" <[email protected]> wrote:

>Hi
>
>Going to commit the proposed changes with the adjustment discussed in the
>issue.
>We can take it further in case it caused troubles with the windows builds.
>
>Angela
>
>On 09/02/17 17:16, "Angela Schreiber" <[email protected]> wrote:
>
>>Hi 
>>
>>I would appreciate if you could review OAK-5623 [1] aimed to verify line
>>coverage upon building the 3 security related modules outside of
>>oak-core.
>>Since we already make use of the corresponding mvn plugin in the parent
>>pom.xml I decided to add the basics there and only enabled it for the
>>security modules.
>>
>>Building oak including integration tests worked for me but changes to the
>>parent affect everyone and IMO require consensus.
>>
>>Thanks
>>Angela
>>
>>
>>[1] https://issues.apache.org/jira/browse/OAK-5623
>>
>

Reply via email to