download maven itself -
Code:
http://maven.apache.org/download.html
Unpack the archive to some directory on your disk, for example:
Then append the path to mawenu to the system Path variable. To do this, go My computer, right click Properties --- Advanced --- environment Variables. Select the PATH variable, click Edit. In the end, after ";" append the path to the BIN directory of Maven, in our example
When the cooking is finished, you can check correctness of installation of Maven. Need to type in command prompt mvn --version. If everything is set up correctly, the line should appear
Code:
Maven version: 2.*.*
so Maven is successfully installed. You can begin to compile.
In the directory where you downloaded the source code* at the command prompt, run the command
(this command is cleaned collected earlier revisions).
To build the open project
Start-run-cmd
enter directorio where is the source code
for example:
Code:
cd C:sourceDPL2Dot_IL_DataPack
Next
Code:
mvn assembly:assembly
do the same thing and the Core
After you run the command (the execution will take some time), you will see a directory called target, which will be based on the zip-file distribution server.
Also
1. When you compile GS expandable memory (write cmd) :
Code:
SET MAVEN_OPT=-Xmx512m
2. When you compile the login server take testing(L2 emu,etc) :
Code:
-Dmaven.test.skip=true
Printer friendly version