Re: Scala Packages in Maven

2018-05-22 Thread Naveen Swamy
I am working to publish the full package for the 3 platforms that also contains infer package. Spark package does not have any tests at the moment. I think it needs some testing before we can publish to maven. On Mon, May 21, 2018 at 9:19 PM, Hagay Lupesko wrote: > +1 for a

Re: Scala Packages in Maven

2018-05-21 Thread Hagay Lupesko
+1 for a CD for publishing to Maven +1 for reducing the number of packages. Do we really need more than full, infer and spark (x3 platforms)? On Mon, May 21, 2018 at 5:47 PM, Naveen Swamy wrote: > not at the moment, certainly is in my radar. Apache release requires a >

Re: Scala Packages in Maven

2018-05-21 Thread Naveen Swamy
not at the moment, certainly is in my radar. Apache release requires a committer's LDAP username/password. we could see how we can leverage CI setup to do this On Mon, May 21, 2018 at 5:44 PM, Marco de Abreu < marco.g.ab...@googlemail.com> wrote: > Great, thanks a lot. This looks great! > > Is

Re: Scala Packages in Maven

2018-05-21 Thread Marco de Abreu
Great, thanks a lot. This looks great! Is the result of your process going to be a script we can run to generate the artefacts? AFAIK, there's been attempts in the community to push towards CD, thus it'd be great if this process could directly be designed with an automated processing step in

Re: Scala Packages in Maven

2018-05-21 Thread Naveen Swamy
I am not sure who published it in the past, hence this discussion. I am already in the process of documenting them here, I clean it up and add more info as I make progress. 1) https://cwiki.apache.org/confluence/display/MXNET/Release+Process#ReleaseProcess-Step1.12.CreateScalaMavenPackages(WIP)