Red Hat Developer Program
July 21, 2014

JBoss Fuse 6.1 Getting Started Home Loan Demo Part 5

For people that are getting started to know Fuse, and wants to get their hands dirty and develop a JBoss Fuse project for the first time. Contains Fabric8 deployment and New Fuse management console There is one thing I forgot to mention in the Video, For Fabric8 plugin to deploy the profile into your JBoss Fuse, need to edit your ~/.m2/settings.xml file to add the fabric server's user and password so that the maven plugin can login to the fabric.. e.g. add this to the <server> element: <server> <id>fabric8.upload.repo</id> <username>admin</username> <password>admin</password> </server>