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

build error #20

Open
joprice opened this issue Sep 13, 2014 · 1 comment
Open

build error #20

joprice opened this issue Sep 13, 2014 · 1 comment

Comments

@joprice
Copy link

joprice commented Sep 13, 2014

Ran checkous and build, and got this error:

[INFO] Unable to find resource 'io.teknek:teknek-core:jar:0.0.3-SNAPSHOT' in repository sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:

  1. io.teknek:teknek-core:jar:0.0.3-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=io.teknek -DartifactId=teknek-core -Dversion=0.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=io.teknek -DartifactId=teknek-core -Dversion=0.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) io.teknek:teknek-yarn:jar:0.0.1-SNAPSHOT
2) io.teknek:teknek-core:jar:0.0.3-SNAPSHOT

@edwardcapriolo
Copy link
Owner

The yarn thing was more like a POC. the latest tag is 0.0.6 and I am about to tag 0.0.7. This should be upgraded. Most of the work is around teknek-core teknek-kafka and teknek-cassandra. We probably should just make some simple shell variables in this build script and check things out using ssh not http

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

2 participants