Branch: refs/heads/master Home: https://github.com/jenkinsci/jacoco-plugin
Commit: 8cf6e113ce311f5ac54f38913f99d43a204035b3 https://github.com/jenkinsci/jacoco-plugin/commit/8cf6e113ce311f5ac54f38913f99d43a204035b3 Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-10-19 (Sat, 19 Oct 2019) Changed paths: M pom.xml Log Message: ----------- Remove 'coverage' Maven profile This profile is quite complex and not required. When enabled the 'createTempDir' execution defined in the parent pom fails as follows: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-antrun-plugin:1.8:run (createTempDir) on > project jacoco: > Error executing Ant tasks: > org.apache.tools.ant.util.FileUtils.getFileUtils()Lorg/apache/tools/ant/util/FileUtils; > -> [Help 1] There is already the 'enable-jacoco' profile in the super pom which should be used. Commit: 0f08a200e8e83727f33bc25fc02fda1f1a0f4809 https://github.com/jenkinsci/jacoco-plugin/commit/0f08a200e8e83727f33bc25fc02fda1f1a0f4809 Author: Dominik Stadler <dominik.stad...@gmx.at> Date: 2019-10-20 (Sun, 20 Oct 2019) Changed paths: M pom.xml Log Message: ----------- Merge pull request #107 from darxriggs/remove-coverage-profile Remove 'coverage' Maven profile Compare: https://github.com/jenkinsci/jacoco-plugin/compare/f6af380ea2e3...0f08a200e8e8 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jacoco-plugin/push/refs/heads/master/f6af38-0f08a2%40github.com.