É um erro atrás do outro, vou tentar esvaziar a pasta .m2/repository pra ver se da certo.
C:\Users\Jean\Desktop\Alura\Cursos Alura\Java\Java Maven
λ mvn archetype:generate -DartifactId=blog -DgroupId=br.com.alura.maven -Dinteractive Mode=false -DarchetypeArtifactId=maven-archetype-quickstart
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) > generate-sources @ my-app >>>
[INFO]
[INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) < generate-sources @ my-app <<<
[INFO]
[INFO]
[INFO] --- maven-archetype-plugin:3.0.1:generate (default-cli) @ my-app ---
[INFO] Generating project in Interactive mode
[INFO] Using property: groupId = br.com.alura.maven
[INFO] Using property: artifactId = blog
Define value for property 'version' 1.0-SNAPSHOT: : 1
[INFO] Using property: package = br.com.alura.maven
Confirm properties configuration:
groupId: br.com.alura.maven
artifactId: blog
version: 1
package: br.com.alura.maven
Y: : y
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.0
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: basedir, Value: C:\Users\Jean\Desktop\Alura\Cursos Alura\Java\Java Maven
[INFO] Parameter: package, Value: br.com.alura.maven
[INFO] Parameter: groupId, Value: br.com.alura.maven
[INFO] Parameter: artifactId, Value: blog
[INFO] Parameter: packageName, Value: br.com.alura.maven
[INFO] Parameter: version, Value: 1
[INFO] project created from Old (1.x) Archetype in dir: C:\Users\Jean\Desktop\Alura\Cursos Alura\Java\Java Maven\blog
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.930 s
[INFO] Finished at: 2019-02-20T22:11:30-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Unknown lifecycle phase "Mode=false". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [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/LifecyclePhaseNotFoundException