Sure, that link is to the downloads page that also contains the OpenEJB snapshot downloads.

To use the Apache Snapshot Repository in your own Maven project Karl just ensure it is declared in your project pom:

    <repositories>
          ...
      <repository>
        <id>apache-m2-snapshot</id>
        <name>Apache M2 Snapshot Repository</name>
<url>http://repository.apache.org/snapshots/</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
      </repository>
    </repositories>

Andy.

hmm, just need to use 4.6.1-SNAPSHOT in the pom with apache snapshot
repo. It is not linked to tomee directly.

--
  Andy Gumbrecht

  http://www.tomitribe.com
  [email protected]
  https://twitter.com/AndyGeeDe

  TomEE treibt Tomitribe! | http://tomee.apache.org

Reply via email to