|
Steps to Reproduce:
|
1.
generate a project "spring" based on
Build and deploy
the
last version of archetype (in my case 2.5.0-build-SNAPSHOT): {code}mvn archetype:generate -DarchetypeGroupId=org.jboss.archetype.wfk -DarchetypeArtifactId=jboss-
spring-
mvc
kitchensink
-
archetype -DarchetypeVersion=2.5.0-build-SNAPSHOT 2. build and deploy
basic quickstart
on EAP {code}mvn clean package jboss-as:deploy{code}
|