Full Source Code and Dependency Libraries

Is there a possibility to get the full source code and dependency libraries downloaded at once and then make a build in a machine which is not connected to the internet. The current source code needs lots of downloads from the internet and my machine don’t have internet connection. Any help would be very useful. Thanks in advance.

Hi,

if you want to do a build of the source code access to a maven repository containing the required dependecies is required.
This can of course be a maven repo which is accessible from your ‘not to the internet connected’ machine.

If you just want to run the webapps you can use the included webapps in the release zips.

Regards,

Yvo