Development tools : Application wizard : Creating XUI projects by using Apache Maven : Configure local archetype catalog
  
Configure local archetype catalog
Complete the following steps to configure the local archetype catalog:
1 Start the UDTT IDE and select Window > Preferences from the menu.
2 In the Preferences dialog, select Maven > Archetypes from the navigation pane, and click Add Local Catalog.
3 Click Browse and navigate to the local archetype catalog:
USER_HOME\.m2\repository\archetype-catalog.xml
4 Type a description for the catalog, for example Maven local repository, and click OK.
Removing installed UDTT archetype
If you need to remove a UDTT archetype that you previously installed, complete the following steps:
1 Edit the following file:
USER_HOME\.m2\repository\archetype-catalog.xml.
2 Locate and remove the lines for the archetype from archetype-catalog.xml, for example:
<archetype>
  <groupid>com.unicomsi.udtt<groupId>
  <artifactId>UDTT-archectype_udtt-html-project></artifactId>
  <version>1.0.0</version>
  <description>UDTT archetype use for create UDTT HTML application</description>
</archetype>
3 Remove the folder for the archetype from the following directory:
USER_HOME\.m2\repository\com\unicomsi\udtt
Go up to
Creating XUI projects by using Apache Maven