MU
mulesoft-developers/maven-files
In this repository, you can find some maven files examples that will help you for other tutorials.

Maven Files
Overview | Install Me | FAQs | Contribute
In this repository, you can find some maven files examples that will help you for other tutorials.
Overview
Take these files as example or to use as your own for other tutorials that may require you to use Maven.
- If you're following the Circuit Breaker Policy tutorial, you can find the example file and the instructions here.
- For a general example with comments and instructions, go to this file.
Installation Instructions
- Go to the example file you need to follow your tutorial
- Download the file or copy its contents
- Put the file inside the
.m2folder or create a new one and paste its contents - Don't forget to add your own credentials!
FAQs
Where do I find my .m2 folder?
- For Windows:
C:\Users\<user>\.m2 - For Mac:
${user.home}/.m2
What if I don't have an .m2 folder?
- Make sure you have installed Maven.
Contributing
Contributions are what make the MuleSoft community such an amazing place. Any contributions you make are greatly appreciated.
See contributing.md for the MuleSoft Developer principles.
Utilities and Dependencies
Dependencies
Code formatting
Prettier is a code formatter used to ensure consistent formatting across your code base. To use Prettier with Visual Studio Code, install this extension from the Visual Studio Code Marketplace. The .prettierignore and .prettierrc files are provided as part of this repository to control the behavior of the Prettier formatter.
On this page
Contributors
MIT License
Created March 15, 2022
Updated March 15, 2022