Hi, I am trying to build Ignite after cloning from Github. From the parent directory (i.e. containing folders assembly, bin, config, dev-tools, etc.), I tried the following commands:
mvn clean mvn install mvn package mvn eclipse:eclipse mvn clean install -Pall-java,all-scala,licenses -DskipTests (from DEVNOTES.txt) However, every time the build for "ignite-core" fails with the following message: Failed to execute goal on project ignite-core: Could not resolve dependencies for project org.apache.ignite:ignite-core:jar:2.5.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.ignite.binary:test1:jar:1.1, org.apache.ignite.binary:test2:jar:1.1: Failure to find org.apache.ignite.binary:test1:jar:1.1 in http://moo-nexus.wdf.sap.corp:8081/nexus/content/groups/public.group/ was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] Could someone please guide me on how to run Maven in the project directory correctly, so that I may be able to import all the modules into Eclipse and browse the source? Thank You -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
