HHH-3874 - Changed packaging type from mojo to maven-plugin in hibernate-maven-plugin/pom.xml.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@16422 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
fe97c4e070
commit
c219fe3759
|
@ -36,7 +36,10 @@
|
||||||
|
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-maven-plugin</artifactId>
|
<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>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue