Re: Issue building Ignite 2.10 branch

2021-05-31 Thread Raymond Wilson
Thanks Ivan, that did the trick :) On Wed, May 12, 2021 at 8:55 PM Ivan Pavlukhin wrote: > Hi Raymond, > > Following comes to my mind as a workaround. If you need to build only > kubernetes module you can specify it directly with mvn command > arguments. > > mvn clean install

Re: Issue building Ignite 2.10 branch

2021-05-12 Thread Ivan Pavlukhin
Hi Raymond, Following comes to my mind as a workaround. If you need to build only kubernetes module you can specify it directly with mvn command arguments. mvn clean install -Pall-java,all-scala,licenses -DskipTests -pl modules/kubernetes -am Or possibly exclude only jta module from build. mvn

Re: Issue building Ignite 2.10 branch

2021-05-11 Thread Raymond Wilson
Hi Vishwas, I added the following to my global Maven settings.xml file in the .m2 folder: http://maven.apache.org/SETTINGS/1.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0

Re: Issue building Ignite 2.10 branch

2021-05-11 Thread Vishwas Bm
Hi Raymond, This is an issue related to repository configuration in settings.xml. You can find more information in below thread http://apache-ignite-developers.2346864.n4.nabble.com/Building-Ignite-with-Adopt-OpenJDK-11-td52389.html#a52391 Regards, Vishwas On Wed, 12 May, 2021, 05:17 Raymond

Fwd: Issue building Ignite 2.10 branch

2021-05-11 Thread Raymond Wilson
Hi, I have made a small modification to the ignite-kubernetes module to allow specification of a port for the IP finder. To build Ignite, I am using this comment from DEVNOTES.TXT: mvn clean install -am -Pall-java,all-scala,licenses -DskipTests This ultimately fails with the following error: