AGAnudeep Garnepudiinadapttoaem.hashnode.dev·Feb 5 · 6 min readbnd-maven-plugin ConfigurationWhat exactly is a Maven plugin? A Maven plugin is a collection of goals that perform actual work during a build. Maven itself is just a framework + lifecycle.Plugins do everything: compile, test, pac00