skoehler wrote:Example?
lejos.robotics.navigation.Ballbot? I don't know, it's just a matter of taste, where do you draw the line between core and library.
skoehler wrote:So far, we have not written the necessary maven plugins to compile code for programs running on the NXT. If you're tryint to compile a NXT-side program with maven yourself, you're probably doing it wrong already (you need to be really careful with the bootclasspath). Integrations for maven is work in progress. Once we manages to get most of the issues sorted out, we will probably push leJOS into maven and provide maven plugins for building leJOS programs. However, unless that has happened, I don't see much benefit of having a maven repository for leJOS.
Agreed, for the compiling part. The bootclassapth is tricky, as I found out while compiling Mirah to Lejos.
However, I do think it would be useful to have the repo as a resource of software, even if that means you'll have to download the jars yourself.