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 ?