-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
In a project without any predifined commands, executing a test displays
"Executing the tests without preliminary compilation." and doesn't recompile before running the test
In the current implementation, assumption is made that a command named "build" exist and contains the build command of the project.
Unfortunately, this is not always the case. if the build command doesn't exist, it should at least try "mvn test-compile" by default.