View Source

# First download and add the following file to your maven local repository (.m2): [How to create a new GeasyTools Project^archetype-catalog.xml]
# Go in a new folder to generate a new project by calling maven archetype plugin as following:
{code}
# mvn archetype:generate -DarchetypeCatalog=local -DarchetypeRepository=http://maven.petalslink.com/public-snapshot
{code}
# Select the type of project you would like to create (by entering the number associated to the project type), than follow maven instructions to generate your new project
# Once the generation is complete go in the folder that should have the name of the 'groupId' you mentioned previously in your configuration and execute

{quote}
mvn install
{quote}

Thats it \!