ActiveMQ continuos intergration

ActiveMQ has been added to Hudson continuous-integration server instance at Apache http://hudson.zones.apache.org/hudson/job/ActiveMQ/. Now you can have more insight into test runs and snapshot builds. Hudson will also send failure reports to our dev mailing list, making us address them promptly.
As a part of this change, the snapshots location and Maven repository has changed. If you’re using ActiveMQ snapshots in your projects, be sure to add the following repository to your Maven configuration:

<repositories>
  <repository>
    <id>hudson.snapshots</id>
    <url>https://repository.apache.org/content/repositories/snapshots/</url>
    <releases>
      <enabled>false</enabled>
    </releases>
  </repository>
</repositories>