protectwise / cassandra-util

Cassandra Utilities from ProtectWise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to build Deleting Compaction Strategy with Maven

ossarga opened this issue · comments

At the moment there is no way to compile the Deleting Compaction Strategy library with Maven. I have created a POM file on my local to build the DCS library. It seems to build much quicker than building the library with sbt.

Would you be interested in PR to enable this?

I'm a little on the fence. I'm not sure I'll be able to do a satisfactory job of maintaining a secondary build file. Also total clean build time right now is 7 seconds on my machine. I'm sure the POM file is faster, but the current build isn't particularly prohibitive.

With the tests currently living in Scala, is your POM able to execute those?