Automatically Revealing Bloated Software Dependencies in Maven Projects

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 11

  • @goldgold4943
    @goldgold4943 2 роки тому +1

    Superb presentation and explanation

  • @sandulachedumitru372
    @sandulachedumitru372 Рік тому +1

    great job. Well well well done👍

  • @goldgold4943
    @goldgold4943 2 роки тому +1

    God bless you

  • @andrewfedorov7914
    @andrewfedorov7914 Рік тому

    I used this plugin on few micro services in my company. In all cases I got a bigger jar than was before (in average on 5% bigger).

    • @cesarsotovalero
      @cesarsotovalero  5 місяців тому

      That’s strange, could you tell where the extra 5% comes from: is it from class files, resources, plugins’ metadata?

  • @goldgold4943
    @goldgold4943 2 роки тому

    I am getting null pointer exception when I run this plugin

    • @cesarsotovalero
      @cesarsotovalero  2 роки тому

      Please open an issue on GitHub and describe your problem here: github.com/castor-software/depclean/issues

  • @goldgold4943
    @goldgold4943 2 роки тому

    Can you pls post the commands to generate the reduced xml.. Really hard to find online... In my office Google search is banned.. Pls help..

    • @cesarsotovalero
      @cesarsotovalero  2 роки тому

      To get the debloated pom.xml, run the following command in your terminal:
      $ mvn se.kth.castor:depclean-maven-plugin:2.0.2:depclean -DcreatePomDebloated=true