Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: ef19659cb67ed087878c1d860df7b009c82855d5
      https://github.com/pmd/pmd/commit/ef19659cb67ed087878c1d860df7b009c82855d5
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-05-03 (Fri, 03 May 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [ci] Only run PMD twice instead of three times during build

pmd:check executes implicitly pmd:pmd, but with
the default configuration. For execution
"pmd-test" this means, we called pmd:pmd twice:
Once within "pmd-test" to check test code and
once more via pmd:check, but against the main code.

Skipping now the default configuration always
and explicitly call pmd:pmd in the two
executions.

Thanks @uhafner for the idea.



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to