-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When running:
mvn archetype:generate \
-DarchetypeGroupId=org.opendaylight.maple \
-DarchetypeArtifactId=maple-archetype \
-DarchetypeVersion=1.0.0-Beryllium-SR3
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
Metadata
Metadata
Assignees
Labels
No labels