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

Parent artifact doesn't exists in Maven Central #5

Open
marlonpatrick opened this issue Jan 31, 2020 · 0 comments
Open

Parent artifact doesn't exists in Maven Central #5

marlonpatrick opened this issue Jan 31, 2020 · 0 comments

Comments

@marlonpatrick
Copy link

When try to use this archetype occur an error cause the parent pom doesn't exists:

https://repo1.maven.org/maven2/io/radanalytics/operator-mvn-archetype/0.0.8/operator-mvn-archetype-0.0.8.pom

<parent>
    <groupId>io.radanalytics</groupId>
    <artifactId>operator-mvn-archetypes-parent</artifactId>
    <version>0.0.8-SNAPSHOT</version>
</parent>

To overcome the problem I edited the pom and change the parent to:

<parent>
    <groupId>io.radanalytics</groupId>
    <artifactId>operator-parent-pom</artifactId>
    <version>0.3.9</version>
</parent>
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