[rabbitmq-discuss] RabbitMQ 1.7.2 Available in Sonatype OSS Maven Repository

Paul Jones pauljones23 at gmail.com
Wed Feb 17 11:31:53 GMT 2010


Hi,

Following the release of RabbitMQ 1.7.2, the Java client is available for
Maven users via the repository hosted by Sonatype at
http://oss.sonatype.org/content/repositories/releases. We're hoping to get
synching to central set up soon too, so specifically listing the repository
should only be necessary whilst we get that process completed.

For those wishing to use the client before this happens, you'll need to add
a repository element to your pom, such as:

<repositories>
  <repository>
      <id>sonatype-oss-releases</id>
      <name>Sonatype OSS Releases</name>
      <url>http://oss.sonatype.org/content/repositories/releases/</url>
    </repository>
</repositories>

If you already run an internal Maven mirror, you could also just configure
that repository as an upstream (instructions are left up to the reader on
that part though).

Cheers,
Paul.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100217/99e6a2b5/attachment.htm 


More information about the rabbitmq-discuss mailing list