When using
<repository>
<id>apache-snapshots2</id>
<url>
http://people.apache.org/repo/m2-snapshot-repository/
</url>
</repository>
and
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
maven doesn't download all the other dependencies such as geronimo-jta,
geronimo-jpa etc all of which I get when I use the 0.9.6-incubating
version and specify openjpa-all.
But there doesn't seem to be a openjpa-all for the 1.0.0-SNAPSHOT version.
-sud
Marc Prud'hommeaux wrote:
>
> What about
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/openjpa/1.0.0-SNAPSHOT/
> ?
>
>
> On Aug 19, 2007, at 9:30 AM, sudhakar wrote:
>
>> I'm needing to use openjpa-1.0.0-SNAPSHOT. But this version is not
>> available in the maven snapshot or incubating repositories. Would it
>> possible to have them uploaded there?
>> Thanks
>> -sudhakar
>