Using Maven Efficiently

preview_player
Показать описание
Apache Maven is the most-used build tool in the Java world and omnipresent in the ecosystem. But so are over-usages and not-ideal practices when using Maven. In this video, I want to share my experiences and tips on how to be more pragmatic and efficient when using Maven.

Рекомендации по теме
Комментарии
Автор

Thank you sir . this key points are very much helpful for me.

sumitparalkar
Автор

Appreciate the tutorial :) Could you maybe do some more advanced stuffs with maven plugins, like the maven shade plugin? Some years ago I remembered seeing a colleague do some magic with it to replace classes in a jar, and his explanation just flew over my head. Some other complex plugins too (where the docs are just ... confusing without an example).

minidragonlady
Автор

Wow, thank you, Sebastian. Nice looking Linux fonts, do you have fonts.conf in your dot files and maybe you can share what fonts are you using for terminal and jb idea ui/editor ?

fjfalcon
Автор

Could you explain more what problem you see with "mvn verify"? Isn't that essentially a shorter version of the rather clunky "mvn test-compile failsafe:integration-test failsafe:verify"?

TorstenFeig
Автор

Hi Sebastian, how do you choose to use maven instead of gradle for building Quarkus Java project?

cesarromeropedraza
Автор

i am getting this error while creating springboot project can someone help me with this ?

NoSuchMethodError: 'void

bhojrajpathak