Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-6470

Findbugs Hudson Plugin does not look for Findbugs-reports in other folder than target, even if specified in the pom

XMLWordPrintable

      The Findbugs Hudson Plugin does not recognize Findbugs-Reports that are generated in a different Build-Folder than target (specified in the pom build->directory).

      POM Example (Snippet):
      <build>
      <directory>.target</directory>
      <outputDirectory>.target/classes</outputDirectory>
      ...
      </build>

      So the Hudson Findbugs Plugin does not look in .target for a Findbugs-report. If i change directory and outputDirectory to target instead of .target (so to Default) everything works.

            drulli Ulli Hafner
            dtriphaus dtriphaus
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: