Intellij IDEA set up guide - WileyLabs/teasy-template-archetype GitHub Wiki

In IntelliJ IDEA:

Go to File > New > Project, then:

  1. Choose Maven project, click Add Archetype, and fill all input fields with following information: GroupId: com.my_org_name, ArtifactId: teasy-template-archetype, Version: And click Ok.
  2. Select saved archetype and click Next.
  3. Fill all input fields with your project information and click next.
  4. Check that all data is correct and click Next.
  5. Check that all data is correct and click Finish.

The IDEA will create all needed packages automatically and ask you to add the project like maven project.