where is dukes-age in maven archetype? per first cup of JEE7

后端 未结 5 2003
梦如初夏
梦如初夏 2021-01-22 14:07

I\'m following the JEE7 first cup directions for EJB:

Before you can create applications based on the archetypes, you must first install the archetypes

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-22 15:01

    Once you open the first cup project in NetBeans from javee7 sdk, you should edit the pom.xml with:

    org.glassfish.javaeetutorial.firstcup
      dukes-age-archetype
      maven-archetype
    

    Then build the dukes-age-archetype project to get listed in the known types.

提交回复
热议问题