Best way to create a maven artifact from existing jar

后端 未结 5 1954
死守一世寂寞
死守一世寂寞 2021-02-02 08:01

I\'m mavenizing some projects.

These projects all depend on a number of libraries, most of them are available in the maven repo. For the other libraries, I\'d like to cr

5条回答
  •  无人共我
    2021-02-02 08:51

    You can use the Maven Deploy Plugin to upload your JAR file (and optionally a POM file, though by default one will be created for you) to your Maven repository.

提交回复
热议问题