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 failure over dependency issues #1

Open
iotakodali opened this issue Jun 25, 2015 · 1 comment
Open

Build failure over dependency issues #1

iotakodali opened this issue Jun 25, 2015 · 1 comment

Comments

@iotakodali
Copy link

I was trying to build and it is unable to find the dependencies over the server. Is there a conflict with dependency name or versioning anywhere? Can someone recheck this for me

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.880s
[INFO] Finished at: Thu Jun 25 08:30:29 UTC 2015
[INFO] Final Memory: 8M/21M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project csv-loader: Could not resolve dependencies for project com.conveyal:csv-loader:jar:0.0.1-SNAPSHOT: Could not find artifact com.conveyal:traffic-engine:jar:0.1-SNAPSHOT in conveyal (http://maven.conveyal.com/) -> [Help 1]
@kuanb
Copy link

kuanb commented Aug 31, 2015

Yeah, I am getting the same issue. Seems to be related to:

    <dependency>
        <groupId>com.conveyal</groupId>
        <artifactId>traffic-engine</artifactId>
        <version>0.2-SNAPSHOT</version>
    </dependency>

More on the error:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project csv-loader: Could not resolve dependencies for project com.conveyal:csv-loader:jar:0.0.1-SNAPSHOT: Failure to find com.conveyal:traffic-engine:jar:0.2-SNAPSHOT in http://maven.conveyal.com/ was cached in the local repository, resolution will not be reattempted until the update interval of conveyal has elapsed or updates are forced

So it's asking for content from the traffic-engine repo.

flaktack added a commit to flaktack/csv-loader that referenced this issue Nov 14, 2015
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