Versions Compared

Key

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

...

Section
show-titlefalse
titleDescription

User need to supply the following information to create a new project with the doctype:create (V1.0.0.b1-SNAPSHOT) mojo.

  • coordinates
    • groupId
    • artifactIdPrefix
    • version
  • layout
    • modelsFolder
  • keys
    • packagePrefix

The mojo cannot guess defaults for all of these values. The groupId, the artifactId, and the packagePrefix are specific to the owner of the project.

The project-settings.xml allows to specify defaults for these parameters.

...