Here you can find some JavaDocs for 5.3.0 release http://activemq.apache.org/maven/5.3.0/activemq-core/apidocs/index.html
Not sure if it helps though <http://activemq.apache.org/maven/5.3.0/activemq-core/apidocs/index.html> Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Sat, Jul 23, 2011 at 10:12 AM, mlus <m...@39596.com> wrote: > I want to javadoc of activemq-5.3.x, so try to build activemq-5.3.x > from src, but, build fail.. > > ----------------------------------- > $ export M2_HOME=$HOME/maven > $ export ANT_HOME=$HOME/ant > $ export JAVA_HOME=$HOME/jdk15 > $ export PATH=$JAVA_HOME/bin:$M2_HOME/bin:$ANT_HOME/bin:$PATH > > $ unzip activemq-parent-5.3.2-source-release.zip > $ cd activemq-parent-5.3.2 > $ mvn -Dtest=false -DfailIfNoTests=false clean site > > ########## maven build error !!! ###################### > > INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error getting reports from the plugin > 'org.apache.maven.plugins:maven-surefire-report-plugin': > Unable to find the mojo > 'org.apache.maven.plugins:maven-surefire-report-plugin:2.10-SNAPSHOT: > report' in the plugin > 'org.apache.maven.plugins:maven-surefire-report-plugin' > org/apache/maven/doxia/logging/Log > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 6 minutes 16 seconds > [INFO] Finished at: Sat Jul 23 16:47:23 JST 2011 > [INFO] Final Memory: 52M/304M > [INFO] > ------------------------------------------------------------------------ > > How do I fix "mojo' problem in pom.xml > > How can I build activemq-5.3.2 ? >