Unable to specify source or classes directories

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: coverage-plugin
    • None
    • Environment:
      Any

      I am trying to migrate from JaCoCo plugin to coverage plugin, because JaCoCo plugin is now end-of-life.

      However, I am running into a configuration issue.

      I was using the following to configure JaCoCo:

      jacoco execPattern: '**/target/jacoco*.exec',
      classPattern: '**/target/classes-jacoco',
      sourcePattern: '**/src/main/java', exclusionPattern: '**/src/test/java', 

      The classPattern is missing in the coverage plugin so I can't generate the reports correctly.

            Assignee:
            Ulli Hafner
            Reporter:
            Lenny
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: