Unable to create project from archetype in springsource

I am trying to create an AppFuse archetype for building a web application with Hibernate, Spring and Spring MVC using Spring source.

But I get 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 a screenshot.

enter image description here

+5
source share
2 answers

On the right, the problem arises because the internal STS archetype still refers to the old archetype names. Now they have the extension "-archetype"

The solution I found was to run the script command line from the command line - you can create it on the following page:

static.appfuse.org/archetypes.html

STSes JIRA - , .

+5

AppFuse (.. , artifactIds ..) . :

Maven " " , URL. , .

. Eclipse 4.3 (Kepler) JavaEE, m2e.

, , . : http://www.obinnakalu.blogspot.com/2013/09/a-solution-for-fixing-broken-maven.html

+9

All Articles