On Sat, Aug 15, 2009 at 00:18, Sam Barnett-Cormack<[email protected]> wrote: > Further note: > > this happened when I added the following (host address edited): > > <url>http://host.domain.co.uk/~sdb/maven/${project.artifactId}</url> > > to the *parent* POM. I comment it out, it's all fine. I call this weird, but > would love an explanation.
I've been seeing NPEs when doing site generation since updating to mvn 2.2.0. I define <url> using a property in my parent pom. I've looked at the release notes to 2.2.1, but it's not clear to me if that may fix this problem. (There's talk of at least 3 NPE bugs fixed, but none of them are obviously this one.) I'll try it out on monday when I'm back at the office and report back. // ben --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
