MULE ADVANCED - DAY15 PARENT BOM ,POM CREATING A TEMPLATE PROJECT IN MULE

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 2

  • @getutill
    @getutill 5 หลายเดือนก่อน

    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.

    • @zerotosiva
      @zerotosiva  5 หลายเดือนก่อน

      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.