I\'m using Jasmine via the jasmine-maven-plugin, and I would like to see console.log() messages in the Maven build output. Is there a way to achieve this?
If console.log
If you are running in a node env. You could use
process.stdout.write("this will be send to the console");