Is it possible to build a java project only once using eclipse and share?

前端 未结 5 1687
有刺的猬
有刺的猬 2020-12-01 16:51

Is it possible to actually build a maven project containing java code to be built once and the binaries can be shared?

Problem: The project I am trying to build woul

5条回答
  •  旧时难觅i
    2020-12-01 17:01

    You can just take the jar file of your target folder and copy it to the other machines, otherwise you could use some share repository like nexus oder artifactory to share your built binary. Maven is capable of automatically deploying artifacts into those repositories

提交回复
热议问题