To build Doelan, you need a Java 2 Standard Edition SDK greater or equals to 1.4.x and Maven 1.x.
First set your current directory to the base directory of Doelan. The next commands works whatever your operating system and the "$
" character represent the command line prompt. Then, you can show all availlable commands of Maven with:
$ maven -g
To build build binary distribution:
$ maven dist-bin
To build build source distribution:
$ maven dist-src
To build build both source and binary distribution:
$ maven dist
To clean the build directories:
$ maven clean