Hi Andy, On Fri, Nov 22, 2013 at 3:57 PM, Andy Seaborne <[email protected]> wrote: > Using maven 3.1.1, I'm getting build errors in the 'install' stage: Problem confirmed. I'm not sure what's going on - mvn 3.1.1 seems to have changed in the way that pom.xml parameters are passed into plugin Java code. I don't know if it's an intended change, or a regression bug. I don't have a workaround at the moment, but I've asked for help.
> (and a lot of javadoc warnings) These are because both Java doc and the Maven integration use Java annotations. In particular, @parameter is used to pass info from the pom into plugin code. I don't know how to suppress them - suggestions from anyone welcome! Ian
