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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: checkstyle-plugin
    • None
    • Environment:
      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.

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

              Created:
              Updated:
              Resolved: