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
[INFO] cola-dummy-aggregation-parent dummy-SNAPSHOT ....... FAILURE [ 0.555 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.188 s
[INFO] Finished at: 2024-11-18T23:03:06+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.3.1:generate (default-cli) on project cola-dummy-aggregation-parent: The desired archetype does not exist (com:cola-framework-archetype-web:5) -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :cola-dummy-aggregation-parent
The text was updated successfully, but these errors were encountered:
in windows platform, you need command like this:
mvn archetype:generate "-DgroupId=com.alibaba.cola.demo.web" -DartifactId=demo-web "-Dversion=1.0.0-SNAPSHOT" "-Dpackage=com.alibaba.demo" -DarchetypeArtifactId=cola-framework-archetype-web "-DarchetypeGroupId=com.alibaba.cola" "-DarchetypeVersion=5.0.0"
[INFO] cola-dummy-aggregation-parent dummy-SNAPSHOT ....... FAILURE [ 0.555 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.188 s
[INFO] Finished at: 2024-11-18T23:03:06+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.3.1:generate (default-cli) on project cola-dummy-aggregation-parent: The desired archetype does not exist (com:cola-framework-archetype-web:5) -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :cola-dummy-aggregation-parent
The text was updated successfully, but these errors were encountered: