I have a maven project which when i run it builds successfully but does not start the server instead it prints out the following \"\'cmd\' is not recognized as an in
Add C:\Windows\System32 to your Path variable in environment variables and it should work.
This not an issue with your IDE or in MAVEN.Check your "system32" is correctly defined in the PATH
environment variable in windows.Before this verify your JAVA_HOME and M2_HOME paths are correct
Path = %SystemRoot%\system32;