Uploaded image for project: 'Maven Checkstyle Plugin'
  1. Maven Checkstyle Plugin
  2. MCHECKSTYLE-326

Running mvn install works first time second it does not

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.15
    • 3.1.0
    • None
    • None

    Description

      If I try to install the state of maven-shared/maven-shared-utils (r1753303) I can run the following: mvn clean install without any issue. If i run it a second time by using mvn install than the build will fail with a checksyle error.

      First call mvn clean install

      ...
      [INFO]
      [INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-shared-utils ---
      [INFO] There are 6 errors reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
      [INFO] Ignored 6 errors, 0 violation remaining.
      [INFO]
      [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-shared-utils ---
      [INFO] Installing /Users/kama/apache-maven/maven-shared/maven-shared-utils/target/maven-shared-utils-3.1.0-SNAPSHOT.jar to /Users/kama/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0-SNAPSHOT/maven-shared-utils-3.1.0-SNAPSHOT.jar
      [INFO] Installing /Users/kama/apache-maven/maven-shared/maven-shared-utils/pom.xml to /Users/kama/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0-SNAPSHOT/maven-shared-utils-3.1.0-SNAPSHOT.pom
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESS
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 10.719 s
      [INFO] Finished at: 2016-07-18T21:16:13+02:00
      [INFO] Final Memory: 33M/710M
      [INFO] ------------------------------------------------------------------------
      

      Now the second call mvn install

      [INFO]
      [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-shared-utils ---
      [INFO] Building jar: /Users/kama/apache-maven/maven-shared/maven-shared-utils/target/maven-shared-utils-3.1.0-SNAPSHOT.jar
      [INFO]
      [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-shared-utils ---
      [INFO]
      [INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-shared-utils ---
      [INFO] There are 7 errors reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
      [ERROR] src/main/java/org/apache/maven/shared/utils/logging/package-info.java[1] (header) RegexpHeader: Line does not match expected header line of '^package '.
      [INFO] Ignored 6 errors, 1 violation remaining.
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 8.756 s
      [INFO] Finished at: 2016-07-18T21:16:44+02:00
      [INFO] Final Memory: 37M/708M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (checkstyle-check) on project maven-shared-utils: You have 1 Checkstyle violation. -> [Help 1]
      

      Only if I run with mvn clean ... it works..But if I don't run with clean it will fail....

      Attachments

        Issue Links

          Activity

            People

              gboue Guillaume Boué
              khmarbaise Karl Heinz Marbaise
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: