multi artifact id in one pom

后端 未结 4 1524
不知归路
不知归路 2021-01-22 04:00

There is a maven project(jar), but now it needs to be spilt into two artifacts

I want to have two maven artifact like following

xxx         


        
4条回答
  •  别那么骄傲
    2021-01-22 04:39

    This is called "multi module project" in the Maven world. You can find information on how to do this e.g. here. Indeed you need two separate POMs and an additional one to combine both.

提交回复
热议问题