1 Reply Latest reply on Sep 12, 2012 8:24 PM by ffang

    Maven ESB Project Design

    cjaehnen

      Currently, we have our ESB projects set up with a super POM in Maven with all the child projects beneath it. We perform a full reactor build and deploy to Servicemix each time we have new code to release.

       

      We'd like to break up this design so we can only release bundles that need to be updated. We have several libraries that are shared amongst bundles. Does anyone have any insight on a Maven project structure to allow for more modularity in releasing bundles?