You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Zarick Lau <za...@gmail.com> on 2007/10/15 11:56:24 UTC

Maven plugin for JPA processing

Dear users and developers,

I have come across an article on here
http://weblogs.java.net/blog/ss141213/archive/2005/12/how_to_automati.html

Which use apt to inspect all JPA beans (check @Entity) and update
the persistence.xml.

Is there any corresponding plugin in Maven?

I intended to make one, but just want to make sure that, no one else are already
working on it (or made one already).

Best regards,
Zarick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven plugin for JPA processing

Posted by Tim Kettler <ti...@udo.edu>.
Hi,

there is a apt-maven-plugin in the sanbox of the mojo project [1].

-Tim

[1] http://svn.codehaus.org/mojo/trunk/sandbox/apt-maven-plugin/

Zarick Lau schrieb:
> Dear users and developers,
> 
> I have come across an article on here
> http://weblogs.java.net/blog/ss141213/archive/2005/12/how_to_automati.html
> 
> Which use apt to inspect all JPA beans (check @Entity) and update
> the persistence.xml.
> 
> Is there any corresponding plugin in Maven?
> 
> I intended to make one, but just want to make sure that, no one else are already
> working on it (or made one already).
> 
> Best regards,
> Zarick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org