Re: site:site fails due to not resolving in the reactor?

2012-02-24 Thread Benson Margulies
Sure enough. On Fri, Feb 24, 2012 at 3:33 PM, Lukas Theussl wrote: > > > Benson Margulies wrote: >> >> I have a rather vanilla project that fails in release:perform. >> >> The real failure underlying this comes from the following recipe: >> >> 1) Eliminate the result jar artifacts from the local

Re: site:site fails due to not resolving in the reactor?

2012-02-24 Thread Lukas Theussl
Benson Margulies wrote: I have a rather vanilla project that fails in release:perform. The real failure underlying this comes from the following recipe: 1) Eliminate the result jar artifacts from the local repo. 2) run mvn install site:site the site phase fails in javadoc, complaining that

Re: site:site fails due to not resolving in the reactor?

2012-02-24 Thread Benson Margulies
If I eliminate checkstyle and pmd from my pom (not just skip them), this changes to: This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See above. Downloading: http://maven.b

site:site fails due to not resolving in the reactor?

2012-02-24 Thread Benson Margulies
I have a rather vanilla project that fails in release:perform. The real failure underlying this comes from the following recipe: 1) Eliminate the result jar artifacts from the local repo. 2) run mvn install site:site the site phase fails in javadoc, complaining that one of the modules can't fin