USCDataScience / sparkler

Spark-Crawler: Apache Nutch-like crawler that runs on Apache Spark.
http://irds.usc.edu/sparkler/
Apache License 2.0
411 stars 143 forks source link

Use Maven overlay for banana instead of git submodule #130

Closed sujen1412 closed 6 years ago

sujen1412 commented 6 years ago

Issue Description

Can we make use of maven overlay instead of using the git submodule. Like this we can build again a stable release version of banana for our dashboard. It also makes it easier for new users to build it and not worry to deal with git submodule errors when using the repo for the first time.

If there is a particular inclination to using the git submodules, please let me know.