You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am creating a project with maven with the GUI interface it's not creating the project instead it's giving me the error
* Executing task: "mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeGroupId="org.apache.maven.archetypes" -DarchetypeVersion="1.4" -DgroupId="com.example" -DartifactId="demo""
'\"mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId=\"maven-archetype-quickstart\" -DarchetypeGroupId=\"org.apache.maven.archetypes\" -DarchetypeVersion=\"1.4\" -DgroupId=\"com.example\" -DartifactId=\"demo\"\"' is not recognized as an internal or external command,
operable program or batch file.
* The terminal process "cmd.exe '/c', '"mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeGroupId="org.apache.maven.archetypes" -DarchetypeVersion="1.4" -DgroupId="com.example" -DartifactId="demo""'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
demonstrated in the video. As far as I can find it's happening for the double quotation when I am running the same command manually it's working just fine and creating the project.
I have tried googling but no result came from it still having the issue again and again
Untitled.video.-.Made.with.Clipchamp.mp4
The text was updated successfully, but these errors were encountered:
When I am creating a project with maven with the GUI interface it's not creating the project instead it's giving me the error
demonstrated in the video. As far as I can find it's happening for the double quotation when I am running the same command manually it's working just fine and creating the project.
I have tried googling but no result came from it still having the issue again and again
Untitled.video.-.Made.with.Clipchamp.mp4
The text was updated successfully, but these errors were encountered: