Enilink can be build with Maven. You can simply use mvn package
to compile and package the core modules or mvn install
to install
them within your local Maven repository.
A release version of the enilink platform server can be build via:
mvn -P release package
Afterwards a Karaf assembly can be found within
the products/enilink-server/target
directory.