This PR removes the Maven instructions to compile and copy the native binding libraries, since they are not required anymore.
Apart from that is also removes an unfulfilled include statement, which caused the build process to fail.
With these fixes the java-impl brach can be compiled with: mvn install -DskipTests -Dmaven.javadoc.skip=true
I consider the missing JavaDoc comments, which cause the JavaDoc plugin to fail, a bug that will be fixed in a future commit, so I did not remove the JavaDoc part from the Maven config.
This PR removes the Maven instructions to compile and copy the native binding libraries, since they are not required anymore.
Apart from that is also removes an unfulfilled
include
statement, which caused the build process to fail.With these fixes the java-impl brach can be compiled with:
mvn install -DskipTests -Dmaven.javadoc.skip=true
I consider the missing JavaDoc comments, which cause the JavaDoc plugin to fail, a bug that will be fixed in a future commit, so I did not remove the JavaDoc part from the Maven config.