【问题标题】:Maven: Where to find default bindings of package?Maven:在哪里可以找到包的默认绑定?
【发布时间】:2018-05-26 10:16:17
【问题描述】:

想知道 Maven 包中提到的默认打包和插件绑定在哪里。 Maven 官方document 说,它在META-INF/plexus/default-bindings.xml 中可用但是,我找不到default-bindings.xml。

我从 'apache-maven-3.5.3/boot' 路径中找到了一个名为 plexus-classworlds-2.5.2.jar 的 JAR 文件,已提取但在那里也找不到默认绑定信息。

请帮我查找 plexus 的默认绑定信息和用法。

【问题讨论】:

    标签: java maven maven-3


    【解决方案1】:

    default-binding.xml 文件是 maven-core jar 的一部分,here the github repo

    在您的磁盘上,路径是:${MAVEN_HOME}/lib/maven-core-x.y.z/META-INF/plexus/default-bindings.xml

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-04-28
    • 1970-01-01
    • 1970-01-01
    • 2011-04-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多