Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 1c2d77fd6a4e760bc8ad29cde77c6bb71a75a0bc
      https://github.com/pmd/pmd/commit/1c2d77fd6a4e760bc8ad29cde77c6bb71a75a0bc
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M pmd-cli/pom.xml
    M pmd-dist/pom.xml
    M pmd-dist/src/main/resources/assemblies/pmd-bin.xml
    A pmd-languages-deps/pom.xml
    M pom.xml

  Log Message:
  -----------
  Introduce a pmd-languages-deps module

This is kind of a 
[BOM](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms),
 but different: It defines hard dependencies and not just versions for 
dependencyManagement.
This new module depends on all languages modules and is used by pmd-cli and by 
pmd-dist. So, we have only one place to modify, when we add new language 
modules.


  Commit: bdd06be619c367152e73bb9c4c2d4713ee1300b6
      https://github.com/pmd/pmd/commit/bdd06be619c367152e73bb9c4c2d4713ee1300b6
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M 
docs/pages/pmd/devdocs/major_contributions/adding_a_new_antlr_based_language.md
    M 
docs/pages/pmd/devdocs/major_contributions/adding_a_new_javacc_based_language.md
    M docs/pages/pmd/devdocs/major_contributions/adding_new_cpd_language.md

  Log Message:
  -----------
  [doc] Mention pmd-languages-deps


  Commit: 4eb9280f19060c55ce2cf795349f0eb95e622c47
      https://github.com/pmd/pmd/commit/4eb9280f19060c55ce2cf795349f0eb95e622c47
  Author: Juan Martín Sotuyo Dodero <juansot...@gmail.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M 
docs/pages/pmd/devdocs/major_contributions/adding_a_new_antlr_based_language.md
    M 
docs/pages/pmd/devdocs/major_contributions/adding_a_new_javacc_based_language.md
    M docs/pages/pmd/devdocs/major_contributions/adding_new_cpd_language.md
    M pmd-cli/pom.xml
    M pmd-dist/pom.xml
    M pmd-dist/src/main/resources/assemblies/pmd-bin.xml
    A pmd-languages-deps/pom.xml
    M pom.xml

  Log Message:
  -----------
  Merge pull request #4459 from adangel/languages-deps

Introduce a pmd-languages-deps module


Compare: https://github.com/pmd/pmd/compare/c36a22eca633...4eb9280f1906


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

Reply via email to