Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 522 Bytes

File metadata and controls

17 lines (12 loc) · 522 Bytes

Tournament

Create your own tournament

to build project use: mvn clean install to create eclipse workspace use: mvn eclipse:eclipse

You should add M2_REPO in your Eclipse project. Follow next steps:

Define and add M2_REPO classpath variable manually into Eclipse IDE. Follow below steps :

  1. Eclipse IDE, menu bar
  2. Select Window > Preferences
  3. Select Java > Build Path > Classpath Variables
  4. Click on the new button > defined a new M2_REPO variable and point it to your local Maven repository
  • Done.