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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -