I’m doing the “guide-maven-intro” tutorial on the open liberty website here:
maven-intro tutorial
And I’m trying to get the same output as you see in this link for the test output.
However, I’m not getting that, i’m getting this:
Application ServletSample started in 0.197 seconds..
[INFO] Running integration tests...
[INFO] Integration tests finished.
[INFO]
[INFO] To run tests on demand, press Enter.
[INFO] Running unit tests...
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] Unit tests finished.
[INFO]
[INFO] Running integration tests...
[INFO] Integration tests finished.
[INFO]
[INFO] To run tests on demand, press Enter.
As you can see, it doesn’t show the results of the tests: Pass, Fail, etc, like the output of running mvn liberty:dev does in the tutorial.
Does anyone know if I’m doing something wrong or things have changed since tutorial was written?