当前位置: 技术问答>linux和unix
求救,非常急的问题!!!!
来源: 互联网 发布时间:2016-10-17
本文导语: maven打包出的错,请高手帮我解决一下`~谢谢 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact...
maven打包出的错,请高手帮我解决一下`~谢谢
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.jsonplugin:jsonplugin:jar:0.25
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.jsonplugin -DartifactId=jsonplugin -Dversion=0.25 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.jsonplugin -DartifactId=jsonplugin -Dversion=0.25 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) sanminasci.cdc:pts-server-core:jar:1.03
2) com.jsonplugin:jsonplugin:jar:0.25
2) mssqlserver:sqljdbc:jar:2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=mssqlserver -DartifactId=sqljdbc -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=mssqlserver -DartifactId=sqljdbc -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) sanminasci.cdc:pts-server-core:jar:1.03
2) mssqlserver:sqljdbc:jar:2.0
----------
2 required artifacts are missing.
for artifact:
sanminasci.cdc:pts-server-core:jar:1.03
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
cdc-respository (http://repo2.maven.org/maven2),
edorasframework-releases (http://repo.edorasframework.org/mvn/maven2/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.jsonplugin:jsonplugin:jar:0.25
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.jsonplugin -DartifactId=jsonplugin -Dversion=0.25 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.jsonplugin -DartifactId=jsonplugin -Dversion=0.25 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) sanminasci.cdc:pts-server-core:jar:1.03
2) com.jsonplugin:jsonplugin:jar:0.25
2) mssqlserver:sqljdbc:jar:2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=mssqlserver -DartifactId=sqljdbc -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=mssqlserver -DartifactId=sqljdbc -Dversion=2.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) sanminasci.cdc:pts-server-core:jar:1.03
2) mssqlserver:sqljdbc:jar:2.0
----------
2 required artifacts are missing.
for artifact:
sanminasci.cdc:pts-server-core:jar:1.03
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
cdc-respository (http://repo2.maven.org/maven2),
edorasframework-releases (http://repo.edorasframework.org/mvn/maven2/)
|
从前往后 一步一步来呀 按他的说明 让你先下载 然后连安装命令都给你了!
你自己弄东西 你连仔细读一下这些信息的心都没有吗?
我没弄过你这东西 都能大概看懂让干什么 你自己都在做这方面的 你还看不明白 你都不愿意去尝试一下?