I was trying to create an Example project following this developer guide, https://docs.opendaylight.org/en/stable-boron/developer-guide/developing-app s-on-the-opendaylight-controller.html, but the archetype repository seemed not to exist.
I did mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype \ -DarchetypeCatalog=remote -DarchetypeVersion=1.0.0-SNAPSHOT Then I got this error from maven: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.1.1:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.opendaylight.archetypes:opendaylight-startup-archetype:1.1.0-SNAPSHOT) I confirm that I have changed the settings.xml as required, so is there any other repository where the archetypes are hosted? Hope someone could answer my amateur question :), thanks Best regards, Kaiwen
_______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev