Development tools : Application wizard : Creating XUI projects by using Apache Maven : Set up environment
  
Set up environment
Complete the following steps to configure your UDTT integrated development environment (IDE) to use a local Maven repository:
1 Install Maven onto your local workstation, see https://maven.apache.org/install.html.
2 Install UDTT libraries into the Maven local repository by running the following command:
UDTT_INSTALL\mavenSupport\first_step.bat
where UDTT_INSTALL is the root of the UDTT installation package.
Note By default, the Maven local repository is located at USER_HOME\.m2\repository but you can change the directory by editing MAVEN_INSTALL\conf\settings.xml. where MAVEN_INSTALL is the directory where you unzipped the Maven package.
Go up to
Creating XUI projects by using Apache Maven