pan4o,
Yes, you can scaffold Spring Web Flow into a maven project.
In MyEclipse, the standard way to create a Maven project is via the ‘Add Maven support’ checkbox in the Web Project creation wizard.
If you want to create a Maven project and select an archetype, then I suggest selecting the one with group id of “org.codehaus.mojo.archetypes” and an artifact id that starts with “webapp”.
Right click on the maven project > MyEclipse > Scaffold Spring CRUD Application, follow the wizard and select ‘Spring Web Flow’ on the Select Web Client Type wizard page.
Hope this helps. Let us know if you see any issues.
–Swapna
MyEclipse Support