Re: [graylog2] Bundeling/copying all executable jars after comiling graylog

2015-08-27 Thread Kay Röpke
Hi! We use the assembly plugin to do this. Run mvn assembly:single (or mvn package) to perform the same steps our build system does. Please have a look at the travis.yml: https://github.com/Graylog2/graylog2-server/blob/master/.travis.yml

[graylog2] Bundeling/copying all executable jars after comiling graylog

2015-08-27 Thread Anant Sawant
Hi, I have successfully compiled the Graylog server component (it wasn't easy)by running maven clean install on the parent module namely graylog2-parent in eclipse using m2e. After compilation, in the m2e repository the multiple executable jars for respective modules (10 modules) are created.