GitLab Mirror pushed to branch trunk at cms-community / hippo-jackrabbit
Commits: 6175cb20 by Marcel Reutegger at 2018-01-04T16:30:17+00:00 JCR-4241: Jacoco plugin fails with exception Do not prepare agent when coverage is skipped git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1820119 13f79535-47bb-0310-9956-ffa450edef68 - - - - - 1 changed file: - jackrabbit-parent/pom.xml Changes: ===================================== jackrabbit-parent/pom.xml ===================================== --- a/jackrabbit-parent/pom.xml +++ b/jackrabbit-parent/pom.xml @@ -246,6 +246,10 @@ <goals> <goal>prepare-agent-integration</goal> </goals> + <configuration> + <skip>${skip.coverage}</skip> + <propertyName>test.opts.coverage</propertyName> + </configuration> </execution> <execution> <id>default-report</id> View it on GitLab: https://code.onehippo.org/cms-community/hippo-jackrabbit/commit/6175cb20c9f71a1d16480f86f73dfff2d946bafd --- View it on GitLab: https://code.onehippo.org/cms-community/hippo-jackrabbit/commit/6175cb20c9f71a1d16480f86f73dfff2d946bafd You're receiving this email because of your account on code.onehippo.org.
_______________________________________________ Hippocms-svn mailing list [email protected] https://lists.onehippo.org/mailman/listinfo/hippocms-svn
