1 Reply Latest reply on Aug 1, 2011 5:02 PM by clebert.suconic

    Proposal - Include the HQ resource adapter in the maven repository

    jlmontoya

      Hi group,

       

      It's posible include the hornetq resource adapater (org.hornetq:hornetq-rar) in the maven repository?

      If I'm building the assembly of a application could be more practical include the dependecy in the project than having to copy the RA manually from the hornetq binary distribution, means download HQ and copy the RA.

       

      Why not, a simple xml like this?

       

      <dependecy>

           <artifactid>hornetq-rar</artiifacid>

           <groupid>org.hornetq</groupid>

           <groupid>${org.hornetq.version}</groupid>

           <type>rar</type>

      </dependecy>

       

      Regards,

      Jose L. Montoya