Installing the Maven Archetypes

To populate your repository with the Maven archetypes, run the clean install, and archetype update local catalog commands, as shown in Figure: Maven Archetype Maven Clean Install Command and Figure: Maven Archetype Update Local Catalog Command.

How to Install the Maven Archetypes

Install the Maven archetypes from the command line.

To install the Maven archetypes:

  1. Open a command prompt and navigate to the archetype directory of your plugins install: {OEPE install}/plugins/oracle.eclipse.tools.adf/maven/ADF Basic Application Archetype

  2. Run the following command:

    mvn clean install

  3. Run a second command:

    mvn archetype:update-local-catalog

    Maven Archetype Maven Clean Install Command

    Clean install command

    Maven Archetype Update Local Catalog Command

    update local catalog