]
Issue was automatically transitioned when James Strachan created pull request #594 in
GitHub
--------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
support creating projects from archetypes which don't use maven
---------------------------------------------------------------
Key: FORGE-2588
URL:
https://issues.jboss.org/browse/FORGE-2588
Project: Forge
Issue Type: Feature Request
Reporter: James Strachan
we've a bunch of archetypes for projects like nodejs, golang, swift, python, ruby;
we're also hoping to add archetypes for things like Gradle / SBT etc.
It'd be nice to allow the project-new wizard to not always create a pom.xml and
src/main/* src/test/* folders if the archetype does not contain a pom.xml file.
PR on the way shortly...