Thank you for a clear and concise video on a topic that many Mule devs struggle with! So you installed the master-bom and parent-pom files into your local Maven repository. Then you created an app template project that utilizes these sub projects. Then you Published the template project to Exchange. Now imagine that you delete */.m2/repository/{YourOrganizationId}. Then you pull the app template from Exchange. Would you expect the app template project to build successfully? The reason I am asking is because it seems to me you would need to publish the master-bom and parent-pom projects to Exchange.
Normally, u have to publish these bot and Pom to your org maven repository. So, even if u delete from local repo, they can be downloaded from you org maven repo.
Thank you for a clear and concise video on a topic that many Mule devs struggle with!
So you installed the master-bom and parent-pom files into your local Maven repository. Then you created an app template project that utilizes these sub projects. Then you Published the template project to Exchange.
Now imagine that you delete */.m2/repository/{YourOrganizationId}. Then you pull the app template from Exchange. Would you expect the app template project to build successfully?
The reason I am asking is because it seems to me you would need to publish the master-bom and parent-pom projects to Exchange.
Normally, u have to publish these bot and Pom to your org maven repository. So, even if u delete from local repo, they can be downloaded from you org maven repo.