I am trying to create a AppFuse archetype for creating a web application with Hibernate, Spring and Spring MVC using spring source.
But I am getting the following error.
Unable to create project from archetype [org.appfuse.archetypes:appfuse-basic-spring:RELEASE]
The defined artifact is not an archetype
Below is the screenshot.
Right the problem occurs since the internal STS archetype catalog still references the old archetype names. They have now all got an extension "-archetype"
The solution I found was to run the script from command line - you can generate it on the following page:
static.appfuse.org/archetypes.html
I have also logged the issue in STSes JIRA - hope it will get addressed soon.