In today's world when the boilerplate code is readily available, write minimum code and connect pluggable functionalities are the way of developing software. To make the life of developer easier, plugin play a very handy role to speed up the development.
Here we would be listing few of the useful plugins :
Intellij:
1. Dependency Analyzer
Maven:
1. code coverage: jacoco-maven-plugin -> mvn jacoco:report
2. Shading Jar: maven-shade-plugin --->mvn shade:shade
3. Creating a Jar archive: maven-source-plugin
No comments:
Post a Comment