ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Split projects into Maven modules #35

Closed ashwanthkumar closed 8 years ago

ashwanthkumar commented 8 years ago

@brewkode I've split the project into multiple modules

Each of which is available as respective modules. I'm thinking of doing this and doing a 0.1 release. What do you think? Once we're happy with this structure, I'll also update #25 with these changes on SBT based build as well.

codecov-io commented 8 years ago

Current coverage is 1.84% (diff: 100%)

Merging #35 into master will decrease coverage by 60.90%

@@             master       #35   diff @@
=========================================
  Files            22        18     -4   
  Lines           400       326    -74   
  Methods           0         0          
  Messages          0         0          
  Branches         61        54     -7   
=========================================
- Hits            251         6   -245   
- Misses          129       320   +191   
+ Partials         20         0    -20   

Powered by Codecov. Last update 7768216...39faa45

brewkode commented 8 years ago

@ashwanthkumar Once you are comfortable with this, please merge away.

brewkode commented 8 years ago

All checks have passed - says Github. Merging this :)