Date
1 - 3 of 3
Building 0.3.0-SNAPSHOT after checkout fails
Vladyslav Kosulin <vkos...@...>
Hi everybody, when I try to do a clean build of 0.3.0-SNAPSHOT after initial checkout (mvn clean install -DskipTests), I am getting [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (unpack-common-test-classes) on project janusgraph-hbase-098: Unable to find artifact. Could not find artifact org.janusgraph:janusgraph-hbase-core:jar:tests:0.3.0-SNAPSHOT in nexus ... Any ideas why this happens? As a workaround, I just built janusgraph-hbase-core first. |
|
Robert Dale <rob...@...>
I don't seem to have that problem. Even cleaned out org/janusgraph/ from my maven repo. Robert Dale On Fri, Oct 20, 2017 at 1:59 PM, Vladyslav Kosulin <vkos...@...> wrote:
|
|
Robert Dale <rob...@...>
No, I did... git checkout -f master git pull git clean -fd rm -rf ~/.m2/repository/org/janusgraph/ mvn clean install -DskipTests BUILD SUCCESS Robert Dale On Fri, Oct 20, 2017 at 4:07 PM, Vladyslav Kosulin <vkos...@...> wrote: But you already have the core jar in your local m2, right? |
|