Failed to deploy artifacts: Could not find artifact

后端 未结 8 1004
甜味超标
甜味超标 2021-02-03 21:28

I want to deploy a library to my companies remote repository.

It\'s the first time I want to deploy the library project to the remote repository.

I get the follo

8条回答
  •  离开以前
    2021-02-03 21:38

    It is because your Maven not able to find settings file. If deleting .m2 not work, try below solution

    Go to your JOB configuration

    than to the Build section

    Add build step :- Invoke top level maven target and fill Maven version and Goal

    than click on Advance button and mention settings file path as mention in image

提交回复
热议问题