hi,
you need to install the missing jar file manually into you local repository
which is found
under the ${MAVEN_HOME}/confi/settings.xml

download the jar file from the

http://mvnrepository.com/artifact/com.agilejava.docbkx/docbkx-maven-plugin

and run the below command from your command line

mvn deploy:deploy-file -DgroupId=com.agilejava.docbkx
-DartifactId=docbkx-maven-plugin
 -Dversion=2.0.3-SNAPSHOT -Dpackaging=jar
-Dfile= location of the jar file

Then run the maven build again

I hope this could help
regards,
Alan Mehio 
-- 
View this message in context: 
http://www.nabble.com/Cannot-download-ActiveMQ-5.0-Snapshot-tf4444067s2354.html#a12684958
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to