IntelliJ IDEA 11.1 Web Help

Maven module enables managing Maven projects, executing Maven goals, downloading artifacts, etc.

When a Maven project is created, its contents is shown in the Maven Projects tool window, and the powerful editing assistance is available for the pom.xml files.

To create a Maven module
  1. Create a module from scratch, select Maven Module type, and click Next.
  2. On the Maven page of the wizard, specify the aggregator and parent Maven projects, if any, and Maven project coordinates. Note that if a parent Maven project is specified, the new Maven project can inherit its GroupId and ArtifactId.
  3. If you want to create a Maven project based on one of the Maven Archetypes, select the Create from archetype check box, and select the desired archetype from the list.
  4. Click Finish.

See Also

Concepts:

Reference:

External Links:

Web Resources: