]
James Strachan commented on FORGE-2588:
---------------------------------------
We're using an ArchetypeCatalog in fabric8-forge to import all the iPaaS archetypes
and use that to detect them
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...