gpt4 book ai didi

maven - 使用 pom 安装 Maven jar 到本地存储库

转载 作者:行者123 更新时间:2023-12-01 09:36:23 24 4
gpt4 key购买 nike

我有一个旧 jar (jsf-api-2.0.2.jar)。在这个 jar 中有一个 /META-INF/maven-文件夹。

如何将 jar 安装到我的本地存储库中?

install:install-file 说我需要自己指定 artifactId。我如何强制它使用 jsf-api-2.0.2.jar!\META-INF\maven\com.sun.faces\jsf-api\pom.xml 中的信息?

输出:

mvn install:install-file -Dfile=jsf-api-2.0.2.jar
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.4:install-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.410s
[INFO] Finished at: Sat Feb 01 12:52:34 CET 2014
[INFO] Final Memory: 13M/368M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default cli) on project standalone-pom: The artifact information is incomplete or not valid:
[ERROR] [0] 'groupId' is missing.
[ERROR] [1] 'artifactId' is missing.
[ERROR] [2] 'packaging' is missing.
[ERROR] [3] 'version' is missing.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

最佳答案

参见 http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html只需确保您至少使用引入了此功能的 2.5 版即可。

顺便说一句:目标是install-file,而不是install-jar

关于maven - 使用 pom 安装 Maven jar 到本地存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21497607/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com