Read Aloud the Text Content
This audio was created by Woord's Text to Speech service by content creators from all around the world.
Text Content or SSML code:
Downloading and building the error handling project When you created the project, Mule added a file in the root folder of your project called POM.xml. This is a Maven artefact, POM stands for "Project Object Model". The default file created by Anypoint Studio includes Mulesoft references your project needs. We will add an extra reference for the error handling library. We have created an Anypoint project, that is not an application, but a library. When built it produces a jar file that can be added as a library on other Mule projects. The project is called "onefamily-common-error-handling" and if you don't have it allready in your working directory, you should get it from the TFS repository. After downloading the project from TFS, you will have to build it, so Maven adds it to its local repository, and after that it will be available to include in any project.