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.
Install the Maven archetypes from the command line.
To install the Maven archetypes:
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
Run the following command:
mvn clean install
Run a second command:
mvn archetype:update-local-catalog