Is there a way to update default-bindings.xml for maven on local

前端 未结 2 746
青春惊慌失措
青春惊慌失措 2021-01-16 08:52

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

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-16 09:21

    That file is inside the jar:

    ${MAVEN}/lib/maven-core-3.3.9.jar
    

    So:

    ${MAVEN}/lib/maven-core-3.3.9/META-INF/plexus/default-bindings.xml
    

提交回复
热议问题