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
from the VM (via vagrant ssh), I encounter the following error:
vagrant@localhost ~ $ mvn archetype:generate \
> -DarchetypeGroupId=org.opendaylight.maple \
> -DarchetypeArtifactId=maple-archetype \
> -DarchetypeVersion=1.0.0-Beryllium-SR3
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.4:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[WARNING] Archetype not found in any catalog. Falling back to central repository (http://repo.maven.apache.org/maven2).
[WARNING] Use -DarchetypeRepository=<your repository> if archetype's repository is elsewhere.
Downloading: http://repo.maven.apache.org/maven2/org/opendaylight/maple/maple-archetype/1.0.0-Beryllium-SR3/maple-archetype-1.0.0-Beryllium-SR3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.795 s
[INFO] Finished at: 2016-09-24T21:49:07+00:00
[INFO] Final Memory: 13M/34M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.opendaylight.maple:maple-archetype:1.0.0-Beryllium-SR3) -> [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
The text was updated successfully, but these errors were encountered:
@said017 I'm glad to know you are trying this repo. I remember this is a intermediate issue. Because we could not replicate it, we didn't fix it... Last time, @charlierproctor rebuilt the vm and everything worked well.
When running:
from the VM (via
vagrant ssh
), I encounter the following error:The text was updated successfully, but these errors were encountered: