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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -