How to install jars in maven repository which is eclipse embedded?

后端 未结 4 919
甜味超标
甜味超标 2020-12-08 04:52

My objective is to install a jar file in a Maven repository. This post explains how to do an install with MVN.

But but since I have Maven embedded in Eclipse, I don\

4条回答
  •  我在风中等你
    2020-12-08 05:20

    From eclipse you can do:

    Run -> Run Configurations -> Maven Build (double click)

    Your goal is install:install-file

    And also you should fill parameters' keys and values

    P. S. But I think that it is more better to have external maven installation in system

提交回复
热议问题