Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 385 Bytes

File metadata and controls

15 lines (10 loc) · 385 Bytes

jakartaee-application-quickstart-archetype

Jakarta EE Enterprise Application Quick Start Template

Requirements

  • JDK 8 and Maven 3 to build.
  • Jakarta EE 8 server to deploy sample application.

How to use

  1. Create Maven project using this archetype.
  2. Skelton Enterprise Archive is created.
  3. Modify pom.xml to add your modules.
  4. Run mvn install command to build.