Maven Integration next round :) (2 posts)

Topic tags: maven
  • Profile picture of ahoehma ahoehma7p said 3 months, 2 weeks ago:

    Hi folks,

    for all maven users check this out

    - http://ahoehma.wordpress.com/2012/01/23/jmonkey-maven-support-next-round/
    - https://github.com/ahoehma/jme3-maven-helper

    Yesterday I added lwjgl support to jme3-thirdparty. Now I can use latest version 2.8.3 with jme … seems to work :D
    The https://github.com/ahoehma/jme3-maven-helper/tree/master/jme3-thirdparty/lwjgl contains a assembly file which
    creates the jme3-lwjgl-natives-jar from the defined lwjgl dependencies. (Latest version doesn’t have solaris support).

    regards
    Andreas

  • Profile picture of ahoehma ahoehma7p said 3 months, 2 weeks ago:

    Little improvement … now jme3-thirdparty contains no more binary copies (jbullet, stack-alloc, noise, etc.).
    With a maven plugin I can download the required jme thirdparty libs from there “real” location, i.e. jmonkey svn url.

    Now the jme3-thirdparty module does these things for you:
    – download and install jme version of jbullet/stack-alloc
    – download and install jme noise lib
    – download and install j-ogg-oggd
    – download and install j-ogg-vorbisd
    – download native lwjgl libraries, create and install jme-lwjgl-natives.jar
    – provide dependency management

    With jme3-buildhelper/pom.xml you can use jme3 like any other maven project.

    Please try it :D