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:
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.
You received this message because you are subscribed to the Google Groups "JanusGraph developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-dev/fdb8019a- 7126-44d4-a5f6-9cba2ba0f663% 40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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?
Try to delete janusgraph from the local repo, and do the checkout and build.
--
You received this message because you are subscribed to the Google Groups "JanusGraph developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-dev/1516ebca- 018c-442f-bfcf-8be556d0d77f% 40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.