Within our splash screen users can create new projects. Currently we have creation of Gradle projects, which:
- Downloads the selected distribution
- Runs the
gradle init task to generate a project
- Runs
gradle build
- Opens the primary IDE
We need something similar to this flow but for Maven.
This includes creating the UI elements needed for an easy and customizable experience for the end user.