[hibernate-commits] Hibernate SVN: r16422 - core/branches/Branch_3_3/hibernate-maven-plugin.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 23 08:38:22 EDT 2009


Author: jcosta at redhat.com
Date: 2009-04-23 08:38:22 -0400 (Thu, 23 Apr 2009)
New Revision: 16422

Modified:
   core/branches/Branch_3_3/hibernate-maven-plugin/pom.xml
Log:
HHH-3874 - Changed packaging type from mojo to maven-plugin in hibernate-maven-plugin/pom.xml.

Modified: core/branches/Branch_3_3/hibernate-maven-plugin/pom.xml
===================================================================
--- core/branches/Branch_3_3/hibernate-maven-plugin/pom.xml	2009-04-23 11:53:54 UTC (rev 16421)
+++ core/branches/Branch_3_3/hibernate-maven-plugin/pom.xml	2009-04-23 12:38:22 UTC (rev 16422)
@@ -36,8 +36,11 @@
 
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-maven-plugin</artifactId>
-    <packaging>mojo</packaging>
+    <packaging>maven-plugin</packaging>
 
+    <name>Hibernate Maven Plugin</name>
+    <description>Maven plugin for various Hibernate-tools</description>
+
     <dependencies>
         <dependency>
             <groupId>${groupId}</groupId>
@@ -56,4 +59,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>




More information about the hibernate-commits mailing list