Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From IntelliJ, being positioned on the parent project where a new module will be added, the steps are the following:

  • File -> New Module

    new module screenshotImage Removednew module screenshotImage Added
  • check the "Create from Archetype" checkbox

    check create from archetype screenshot
  • first register the needed SNAP archetype by Add Archetype button (make sure to write here the details that are in the specific pom.xml of the chosen achetype (found under ${snap-archetypes})

    add archetype screenshot
  • select the newly added archetype from the list, as the archetype to be used for the new module

    select archetype for new module screenshot
  • enter the artifactId for the new module

    enter the artifact id screenshot
  • confirm the properties for the new module (here extra properties can be added when needed)

    confirm the properties of new module screenshot
  • finish the setup

    finish the setup screenshot
  • check the log of Intelij IDEA to check if the new module was successfully created.

    expected log output for successfully new module creation screenshot
  • build the newly created module to check if correctly integrated with parent module

    expected log for build of new module screenshot

...