Hi all! first of all the best wishes for 2012! During last couple of days I've been working on the first alpha-release of QDox 2.0This one won't make it to Maven Central, but should give us the chance to try and verify it with other projects. The staging URL is https://nexus.codehaus.org/content/repositories/comthoughtworksqdox-006/ So your pom.xml or settings.xml should contain the following: <repositories> <repository> <id>codehaus-nexus-staging</id> <url>https://nexus.codehaus.org/content/repositories/comthoughtworksqdox-006/</url> <releases> <enabled>true</enabled> </releases> </repository> </repositories> During the alpha-testing I have the time to work on the documentation and javadocs. (this hasn't been deployed/published yet!)In this period the interfaces can change a bit, but I think most of it already look great.During the beta-testing developers can try it and prepare their projects for the final release, where all deprecated methods will be removed. I'm thinking of making some forks from projects using QDox at github, so people can have a preview.Please let me know what you think of it. Regards, Robert
