Best way to create a maven artifact from existing jar

后端 未结 5 1989
死守一世寂寞
死守一世寂寞 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:32

    As danben said, you'll have to deploy these jar to a repository. However, I seem to understand from your question that you don't have a repository except the global maven one.

    You could use Nexus, or Artifactory.

提交回复
热议问题