-
Notifications
You must be signed in to change notification settings - Fork 4
GettingStarted
Lars Bärtschi edited this page Dec 21, 2017
·
8 revisions
To get started you have to choose an IDE of your choice.
First, create a new Java-Project. Select File -> New -> Project...
Select Maven in the menu and click "Next".
Enter a group id. This should be the reverse pattern of an url you own - in our case twasi.net turns into net.twasi. Also give your plugin a name. This is just the organizational name, you can change the display name shown by twasi later. Click "Next".
You don't have to change the project name here since it's just the name of the folder on your hard disk. Click "Finish".


