Thanks! That did it. -sud
Marc Prud'hommeaux wrote: > > The "openjpa-all" was renamed to be "openjpa". If you clobber your > repository (by moving ~/.m2/repository/ to some temporary location) > and try to re-obtain "openjpa", does it download it then? It might > just be a maven repository hiccup, a phenomenon that I have > experienced on a number of occasions. > > > On Aug 19, 2007, at 11:04 AM, sudhakar wrote: > >> 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 >>> >
