Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid ArchetypeVersion #6

Open
nbentoneves opened this issue Jun 21, 2016 · 0 comments
Open

Invalid ArchetypeVersion #6

nbentoneves opened this issue Jun 21, 2016 · 0 comments

Comments

@nbentoneves
Copy link

I found an error in the documentation when said to run the maven archetype to generate the simple service. I look the version 3.2-SNAPSHOT at archetypeRepository but it doesn't exist. I tried to run the same line with version 3.0-SNAPSHOT and all work nice ;)

Problem:
C:>mvn archetype:generate -DarchetypeGroupId=com.betfair.cougar.archetypes
-DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots
-DarchetypeArtifactId=simple-service-archetype -DarchetypeVersion=3.2-SNAPSHOT

Solution:
C:>mvn archetype:generate -DarchetypeGroupId=com.betfair.cougar.archetypes
-DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots
-DarchetypeArtifactId=simple-service-archetype -DarchetypeVersion=3.0-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant