You should only need the first one, containing the releases of ActiveMQ.

BTW as soon as ActiveMQ goes to a top level project, we'll be able to
use the normal Apache repo which gets mirrored to ibiblio so hopefully
the requirement to use the incubator repo will go away soon


On 1/19/07, Terry <[EMAIL PROTECTED]> wrote:

Thanks. It turns out I had that correct, but it now seems necessary to
explicitly declare the following repositories in order to find the jars:

        <repositories>
            <repository>
              <id>apache.incubating.releases</id>
              <name>Apache Incubating Release Distribution Repository</name>
              <url>http://people.apache.org/repo/m2-incubating-repository</url>
            </repository>
            <repository>
              <id>apache.snapshots</id>
              <name>Apache Development Snapshot Repository</name>
              <url>http://people.apache.org/repo/m2-snapshot-repository</url>
              <releases>
                <enabled>false</enabled>
              </releases>
            </repository>
        </repositories>


James.Strachan wrote:
>
> Here's the pom, so you can cut n paste the project & artifact ID etc
>
> 
http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activemq-core/4.1.0-incubator/activemq-core-4.1.0-incubator.pom
>
>

--
View this message in context: 
http://www.nabble.com/Maven-artifact-and-repository-details--tf3040191.html#a8451082
Sent from the ActiveMQ - User mailing list archive at Nabble.com.




--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to