Is there a Java continuous testing plugin for Maven? -
i'm looking plugin run in console continuously scan maven project's test sources directory, , when detects change kicks off test cycle. analogous mvn scala:cc
or scala build tool, java. can point me towards one?
i have used sbt java project continuous test feature.
i added sbt build file maven based project , use sbt when developing, use maven when building final package, starting embedded jetty etc , has worked out quite well.
Comments
Post a Comment