I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"
This process will be made easier soon.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building elastic-core 0.6.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.934 s
[INFO] Finished at: 2016-11-16T20:08:12+01:00
[INFO] Final Memory: 12M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
On mac