jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

JBullet JAR is not properly included as a Maven artifact #327

Open shadowislord opened 8 years ago

shadowislord commented 8 years ago

When uploading maven artifacts, the jbullet and stack-alloc jars are not considered at all. They are not marked as a dependency of the jme3-jbullet artifact nor are they uploaded to the repository via the uploadArchives task.

This should be easily fixable if somehow those jars can be considered as "built from source" from gradle point of view, then all that is needed is to specify a project + configuration dependency instead of a jar file dependency inside the jme3-jbullet build script.

shadowislord commented 8 years ago

This article might help: https://stackoverflow.com/questions/11504430/gradle-how-to-upload-custom-jar-file-to-maven-repository