Is there a way to update default-bindings.xml for maven on local
问题 It could sound dumb. But is there a way to edit or update the default-bindings file of maven? /META-INF/plexus/default-bindings.xml Why would I want to do that? Background - I am using latest maven version 3.3.9 on my machine as a home directory within intelliJ. I have a module named testng-test without any external plugin specified. Take a look at the pom.xml for the module : <artifactId>testng</artifactId> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng<