How to create a new GeasyTools Project

  1. First download and add the following file to your maven local repository (.m2): archetype-catalog.xml
  2. Go in a new folder to generate a new project by calling maven archetype plugin as following:
  3. 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
  4. 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

mvn install

Thats it !

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.