sugakandrey / scalamu

Mutation testing for Scala
GNU General Public License v3.0
43 stars 2 forks source link

Unable to find org.scalamu.entry-point jar #3

Open loicknuchel opened 6 years ago

loicknuchel commented 6 years ago

Hi, thanks for this project which looks really interesting. I'm planning to test some mutation testing but I can't find the jar you mentioned in the README :

Although the preferred method is to use SBT/IntelliJ plugin scalamu can be run from the command line too. Simply download org.scalamu.entry-point jar and launch it from the command line as follows:

Is it uploaded somewhere ready for download or should I generate it ?

Thanks

drorasaf commented 6 years ago

I think you should generate it yourself. you can clone the repository and then run: ./sbt scalamu/publishLocal The output will be at: target/scala-2.12/scalamu-assembly-0.1.2.jar