Maven:在哪里可以找到包的默认绑定?
Maven: Where to find default bindings of package?
想知道 Maven 包中提到的默认打包和插件绑定在哪里。 Maven 官方 document 说,它在 META-INF/plexus/default-bindings.xml
中可用但是,我找不到默认的-bindings.xml。
我从 'apache-maven-3.5.3/boot' 路径中找到了一个名为 plexus-classworlds-2.5.2.jar
的 JAR 文件,已提取但也找不到默认绑定信息。
请帮助我查找 plexus 的默认绑定信息和用法。
默认-binding.xml 文件是 maven-core jar 的一部分,here the github repo
在您的磁盘上,路径是:${MAVEN_HOME}/lib/maven-core-x.y.z/META-INF/plexus/default-bindings.xml
想知道 Maven 包中提到的默认打包和插件绑定在哪里。 Maven 官方 document 说,它在 META-INF/plexus/default-bindings.xml
中可用但是,我找不到默认的-bindings.xml。
我从 'apache-maven-3.5.3/boot' 路径中找到了一个名为 plexus-classworlds-2.5.2.jar
的 JAR 文件,已提取但也找不到默认绑定信息。
请帮助我查找 plexus 的默认绑定信息和用法。
默认-binding.xml 文件是 maven-core jar 的一部分,here the github repo
在您的磁盘上,路径是:${MAVEN_HOME}/lib/maven-core-x.y.z/META-INF/plexus/default-bindings.xml