Re: Add ignite jars using maven

2018-02-12 Thread vkulichenko
Rajarshi, You don't have to add dependencies explicitly of course. Ignite is a standard Maven project and there is no additional magic that you need to consider. Just add required Ignite modules that are required for your project into POM file and Maven will do the rest. -Val -- Sent from: htt

Re: Add ignite jars using maven

2018-02-11 Thread Vinokurov Pavel
I think the right way is to add dependencies into the pom file. 2018-02-12 10:37 GMT+03:00 Rajarshi Pain : > Hi, > > > Previously i was manually adding all the jars to my build path, now i am > using maven to do this. Is there any way to add all ignite jars with it's > dependency in to the projec