Kauri Documentation
 PreviousHomeNext 
2.4 Developer environment setupBook Index2.4.3 Next

2.4.2 Installing Kauri artifacts into the local Maven repository.

This step will copy the Maven repository which is included in the binary Kauri distribution to your local Maven repository. This is optional, since Maven can as well download all the needed artifacts on demand, but we recommend it anyway since it will save you time and bandwidth.

Open a Windows command prompt or Unix shell and execute the following command:

[Windows]
c:\path\to\kauri-<version>\bin\kauri-deploy-repo

[Linux]
/home/you/kauri-<version>/bin/kauri-deploy-repo.sh
 PreviousHomeNext 
2.4 Developer environment setup2.4.3 Next