skillglobalDeploymentbeginner
MuleSoft Project Bootstrapper
Scaffolds a complete MuleSoft project structure with standard directories, configs, and CI/CD pipeline.
(0 reviews)
0 forksMC
by MuleSoft CommunitySkill Instructions
When the user asks to create a new MuleSoft project:
- Create the standard directory structure:
- src/main/mule/ (flow XMLs)
- src/main/resources/ (properties, schemas, examples)
- src/main/resources/dwl/ (reusable DataWeave modules)
- src/test/munit/ (test suites)
- src/test/resources/ (test data)
- Generate pom.xml with:
- Mule Maven plugin
- MUnit Maven plugin
- Required connector dependencies
- Create global.xml with shared configurations
- Add environment property files (dev, test, prod)
- Set up .gitignore for Mule projects
- Optionally add GitHub Actions or Jenkins pipeline for CI/CD
Community Results
0 people tried this
Sign in to share your experience with this prompt.
Tags
scaffoldproject-setupbootstrapci-cd
