I came across several cases when powershell ISE freezes when you try to kill a process using Ctrl + C. I can still move the cursor around the console, but the status is stuck in "Stop".
This happened for several teams, but one specific command, to which I noticed that this happens sequentially, is
mvn jasmine:bdd
This command launches the maven plugin, which launches the pier. I can stop this with Ctrl + C from the Powershell Console, but not from PowerShell ISE. Could this be due to the fact that ISA Powershell cannot run interactive commands?
Right now, my workaround is to simply "start" maven in another process. Does anyone else encounter a similar problem?
thanks
windows maven powershell powershell-ise
rob
source share