Maven - How to build multiple Independent Maven projects from one project
问题 I have 3 maven projects WebComponents DataComponents ServiceComponents When i build each of the projects i have to go into each folder and run mvn clean install on each of the projects. I have looked into multi module projects and most of the resources i see suggest that i have to make a change to the structure of my existing projects. Is it possible to have a new project that will build each of the independent projects without me having to make any changes to anything in the existing project