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 :
- Eclipse IDE, menu bar
- Select Window > Preferences
- Select Java > Build Path > Classpath Variables
- Click on the new button > defined a new M2_REPO variable and point it to your local Maven repository
- Done.