Are there no Wildfly 8 / Java EE 7 quickstart archetypes?
jboss, maven, maven-archetype, wildfly
Solution
WildFly Java EE 7 archetypes are available at:
http://mvnrepository.com/artifact/org.wildfly.archetype
Is that what you are looking for ?
Problem
I remember from Jboss AS 7 and earlier there being convenient maven archetypes available that would set up maven projects with the apropriate dependencies and BOM, but I can't find any for Wildfly/Java EE 7. I found the BOMs and instruction on how to manually add them to a project, but I'm wondering if I'm not missing preconfigured archetypes that exist somewhere. Also, if there are indeed no updated archetypes: why not ?