0 Replies Latest reply on Feb 3, 2017 6:11 AM by mylos78

    WildFly 10 Maven archetype

    mylos78

      Hi all,

      I'm looking for a Maven archetype which creates for you the correct WildFly 10 dependency management section, as found in the WildFly quickstarts, that is:

       

      <version.jboss.bom>10.1.0.Final</version.jboss.bom>

      <dependency>
        <groupId>org.wildfly.bom</groupId>
        <artifactId>wildfly-javaee7-with-tools</artifactId>
        <version>${version.jboss.bom}</version>
        <type>pom</type>
        <scope>import</scope>

        </dependency>

       

      Are you aware of any Maven archetype which is able to generate a project with these dependencies?

      Thanks!