<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-maven-plugin</artifactId>
<version>3.5.0.Beta-1</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-maven-plugin', version='3.5.0.Beta-1')
)