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

后端 未结 4 921
甜味超标
甜味超标 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:38

    If you have M2Eclipse installed, and you have a Maven pom building the jar, use

    Run -> Run As... -> Maven Install

    from the Eclipse menu to do the equivalient of mvn install

提交回复
热议问题