Maven Project Error running ‘ [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate]’: Cannot start process, the working directory ‘AppData\Local\Temp\archetypetmp’ does not exist

Just a few days ago, when I transferred from myesclipse to idea, created a maven project with webapp framework package and tried to run it, such an error will appear

After tossing for half a day, it is found that this problem will not occur as long as the framework package is not selected when the project is created. After the project is created, right-click the add framework of the project to add the framework package, which can avoid errors.

Similar Posts: