> -----Original Message-----
> From: Eric Pugh [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 23, 2004 2:42 PM
> To: Maven-Dev
> Subject: Hibernate plugin use Ant task instead of custom integration
> 
> 
> Hi all,
> 
> I noticed a patch a while ago to the list from Konstantin 
> Shaposhnikov which
> converted the Hibernate plugin to use the SchemaExportTask that is now
> available from the main Hibernate jar.  I am going to update 
> to using the
> Ant task as the existing interface to SchemaExport hasn't 
> kept up with the
> various properties now available to SchemaExport (like using 
> a .cfg.xml
> configuraiton file instead of .properties).  This will 
> hopefully reduce
> maintaince as well.
> 
> If anyone sees this as a bad idea, please holler!
> 

As for me (I started this plugin) - please feel free to do whatever you want
with it ...

I didn't feel that it is the right idea to use ant tasks as I had some nasty
problems with classloaders.
For m2 the preferred way of writing plugins is using Java and so called
Maven Pojos (Mojos).


regards



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to