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

The Hudson Checkstyle Plugin does not look for a checkstyle-report in other directories than target even if specified in the pom

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • checkstyle-plugin
    • None
    • Linux

      The Checkstyle Hudson Plugin does not recognize Checkstyle-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 Checkstyle Plugin does not look in .target for a Checkstyle-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: