As of today the Storm master branch now uses Maven (as opposed to Leiningen) for it’s build system.
For those familiar with Maven, the transition should be relatively easy. For those transitioning from Leiningen, here are a few Leiningen --> Maven mappings: “lein sub install”--> “mvn install” “lein test” --> “mvn clojure:test” (to run clojure tests) or “mvm test” (to run java tests) “lein compile” --> “mvn compile” “lein repl” --> "mvn clojure:repl” Some additional details/doc are available in the original pull request: https://github.com/apache/incubator-storm/pull/14 I will provide additional documentation in the documentation on the incubator website, which I’m currently in the process of migrating from storm-project.net and the nathanmarz/storm github wiki. In the meantime, please direct any issues/questions to [email protected]. Cheers! - Taylor
signature.asc
Description: Message signed with OpenPGP using GPGMail
