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.

Reply via email to