...
- Download and install Maven.
- Get the latest code from CVS
- Build the code with the following command
| Code Block |
|---|
maven |
h2: Using an IDE
If you prefer to use an IDE then you can autogenerate the IDE's project files using maven plugins. e.g.
| Code Block |
|---|
maven eclipse
|
or
| Code Block |
|---|
maven idea
|
etc.
Please refer to the plugin reference for more details on using them.
