Are there no Wildfly 8 / Java EE 7 quickstart archetypes?

Torque picture Torque · Jul 4, 2014 · Viewed 8.8k times · Source

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 ?

Answer

Arun Gupta picture Arun Gupta · Oct 9, 2014

WildFly Java EE 7 archetypes are available at:

http://mvnrepository.com/artifact/org.wildfly.archetype

Is that what you are looking for ?