+1 (non-binding) for (c726cdd3a9ad5c3a419e1171f8c1925e336ead18): - I successfully ran mvn verify site for some of my own projects (pom-only, one jar, multi-module). - the current trunk of maven-javadoc-plugin encountered some failing ITs. [ERROR] * additionnal-dependencies-non-aggregate/pom.xml [ERROR] * additionnal-dependencies/pom.xml [ERROR] * MJAVADOC-257/pom.xml [ERROR] * MJAVADOC-259/pom.xml [ERROR] * MJAVADOC-369/pom.xml [ERROR] * site-failOnError/pom.xml all of which failed because of the move of aether(https://jira.codehaus.org/browse/MNG-5354): Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.1:site failed: A required class was missing while executing org.apache.maven.plugins:maven-site-plugin:3.1:site: org/sonatype/aether/graph/DependencyFilter
More complete error at http://pastebin.com/fVP26axg In my local copy of the extra-enforcer-rules after setting the version of maven-site-plugin to 3.3, I was able to build the site successfully. So please put a big warning that projects have to update some plugins when updating to 3.1.0 :-) Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Sat, Jun 1, 2013 at 3:13 PM, Jason van Zyl <[email protected]> wrote: > Here are the release bits for 3.1.0-alpha-1: > > Release notes: > https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=18967 > > Staging repository: > https://repository.apache.org/content/repositories/maven-046/ > > Staged distribution: > https://repository.apache.org/content/repositories/maven-046/org/apache/maven/apache-maven/3.1.0-alpha-1/ > > Staged Site: > http://maven.apache.org/ref/3.1.0-alpha-1 > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder & CTO, Sonatype > Founder, Apache Maven > http://twitter.com/jvanzyl > --------------------------------------------------------- > > First, the taking in of scattered particulars under one Idea, > so that everyone understands what is being talked about ... Second, > the separation of the Idea into parts, by dividing it at the joints, > as nature directs, not breaking any limb in half as a bad carver might. > > -- Plato, Phaedrus (Notes on the Synthesis of Form by C. Alexander) > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
