5 Replies Latest reply on Apr 26, 2014 4:48 AM by davsclaus

    Redhat JBOSS Fuse Deployment on different box

    rvashishth

      I understand the deployment models of a war file where all the required dependencies packaged in the war file and we deploy that into a container, but in fuse i define the dependencies in bundle by wrap: or mvn: command, so if i use any of them all the dependencies needs to be present in .m2 directory of my respective machine. Now i have a case- we have created different environments, we dont have the maven repo in all of our environments, so is it necessary for us to have the maven installed on my production environment.