How to force individual package dependencies?

2014-07-31 Thread Rabe, Jens
Hello, I have a Maven project which needs a library which is dependent on org.osgi.foundation 1.0.0. This particular project re-implements some of the java.io, java.lang etc. functionality in a very outdated way, e.g., raw Lists. I only need this project for the scope "test", but this dependenc

How to ignore unneeded tests on incremental builds?

2014-09-03 Thread Rabe, Jens
Hello, I am doing incremental Maven builds with Jenkins, where it uses mvn -amd -pl ... - This works fine, but I noticed that all tests are run regardless of whether they are in projects which are really affected by the change or not. Example: I have the following structure in my Git repo: - p

maven-javadoc-plugin 2.9.1 does not work with JDK 8, cannot find javax.interceptor.InterceptorBinding

2014-09-10 Thread Rabe, Jens
Hello, this problem was already posted in March, but there were no answers, since I have the same problem, I post it again: When using a source level of 1.8, the maven-javadoc-plugin does not work. My configuration in pom.xml is the following: org.apache.maven.plugins

Use third-party jar with natives in Maven

2014-10-14 Thread Rabe, Jens
Hello, I have a third-party Java library which is a binary-only jar (not open-source) and has separate native libraries. Is there a way to wrap this up and use it with Maven? Can anyone point out how it is done, if possible? Thanks in advance, Jens

RE: Use third-party jar with natives in Maven

2014-10-14 Thread Rabe, Jens
with natives in Maven http://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-maven.html On 14 October 2014 10:01, Rabe, Jens wrote: > Hello, > > I have a third-party Java library which is a binary-only jar (not > open-source) and has separate native libraries. Is there a