I\'m creating a program with LWJGL and Maven, and I\'m writing unit tests for the graphical code. My problem is getting Maven to put the native binaries on the classpath so
... ... ... 0.0.6 ... ... ... org.apache.maven.plugins maven-surefire-plugin once -Djava.library.path=target/natives com.googlecode.mavennatives maven-nativedependencies-plugin ${natives.version} unpacknatives generate-resources copy ... ...