BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.018 s
[INFO] Finished at: 2020-05-08T11:15:01-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project produtos: Compilation failure
[ERROR] /C:/Users/vinicius.brito/Desktop/calculadora/produtos/src/main/java/br/com/vinicius/maven/App.java:[7,8] error while writing br.com.vinicius.maven.App: could not create parent directories
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Recebo esse erro ao tentar rodar um report ou até mesmo usar o mvn package. Algum anjo tem uma sugestão?