You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@training.apache.org by Andrew Wetmore <an...@apache.org> on 2020/10/17 22:39:37 UTC

missing archetype

Hi, friends:

I tried to follow the instructions on the Getting Started tab of the
project website. It says to run this command, with Maven installed:

mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.0.0-SNAPSHOT

I ran it, and got an error message that the archetype does not exist:

Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:3.2.0:generate
(default-cli) on project standalone-pom: The desired archetype does not
exist (org.apache.training:content-archetype:1.0.0-SNAPSHOT)

Does the page need an update, or do I?

Andrew



-- 
Andrew Wetmore
Technical Writer-Editor
Infra
*Apache Software Foundation*
andreww@apache.org

Re: missing archetype

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

As it's been released I’d try: 
mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.0.0

Thanks,
Justin