Previously, I found that you could run the REPL from the Metron source by running the following command from the source root directory. This is useful because it lets you run the REPL with the libraries that will be available during Enrichment.
mvn exec:java \ -Dexec.mainClass="org.apache.metron.stellar.common.shell.StellarShell" \ -pl metron-platform/metron-enrichment Unfortunately, this does not include the useful management functions that you really need to work in the REPL like SHELL_EDIT. I have tried a million different ways to run the REPL directly from the Metron sources and include all Metron libraries, but have been unable to find a way. Anyone know a magical incantation to do that?
