multi artifact id in one pom

后端 未结 4 1528
不知归路
不知归路 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:49

    specify pom

    Make two pom ,then specify the pom in command line, that is the easiest way.

提交回复
热议问题