Search code examples
javamavenqpid

Maven repository for QPid


I am trying to use QPid as a JMS provider. Maven is used as a build tool. I cannot locate maven repository that contains QPid, so my build fails.

Questions

  1. does somebody know mvn repository that contains qpid?
  2. Is there a work-around? I have downloaded all JAR files and tried just to put them under .m2/repository/org/apache/qpid/qpid-common/0.6 and .m2/repository/org/apache/qpid/qpid-client/0.6

But the build still fails. I believe I do not know maven enough to work on it. So, what is the solution?


Solution