Hi
You should use "openjpa" as the maven artifactID (even though it's actually
created in the openjpa-all directory).
For example :
<dependency>
<groupId>org.apache.openpa</groupId>
<artifactId>openjpa</artifactId>
<version>1.x.y</version>
</dependency>
Hope this helps,
-Mike
On Wed, Jun 4, 2008 at 3:10 AM, Stojce Dimski <[EMAIL PROTECTED]> wrote:
> I would like to use openjpa via maven for pure JPA part (no xml storage
> etc...) in my Java6 environment... Which module should I include ?
>
> openjpa ?
> openjpa-all ?
> openjpa-persistence ?
> openjpa-persistence-jdbc ?
>
> Thanks in advance
>
>
>
> ___________________________________
> Scopri il Blog di Yahoo! Mail: trucchi, novità , consigli... e la tua
> opinione!
> http://www.ymailblogit.com/blog/
>