maven-compiler-plugin ignores Javac annotation processor error

2015-02-20 Thread Sébastien Lesaint
Hello, I have been into annotation processing a lot for the past year and a half and I am now going back to the basics so that I can share knowledge I gathered. Doing so, I stumbled upon, again, a problem I had meet very early, for which I had googled the solution, but this time I went deeper to

Re: Configure Logger (timestamps in Jenkins)

2015-02-20 Thread Baptiste Mathus
Just use a Jenkins plugin like timestamper [1], don't depend on customized Maven binaries. The advantage of doing it at the Jenkins level is that the whole build will be timestamped, even anything before or after the Maven part. [1] https://wiki.jenkins-ci.org/display/JENKINS/Timestamper 2015-02-

Configure Logger (timestamps in Jenkins)

2015-02-20 Thread Bernd
Hello, since Maven 3.1 the simple logger properties are a convinient method to switch on (millisecond) relative time stamps in Maven. I enjoy this on the console as it does not take much room and allows to see potential for optimizing. This is done by switching on the timestamps (the empty defaul

Re: access to license node

2015-02-20 Thread Philipp Kraus
Thanks a lot, the [0] works well Phil Am 19.02.2015 um 18:16 schrieb Andreas Sewe : > Hi, > >>> Have a look at . While it >>> is marked as fixed, apparently things like >>> ${project.licenses.0.license.name} did not (and still do not; I just >>> che