How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.dellroad</groupId>
<artifactId>hibernate-jpa-schemagen</artifactId>
<version>6.2.0</version>
</plugin>
Choose a version of org.dellroad : hibernate-jpa-schemagen to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.2.x |
hibernate-jpa-schemagen-6.2.0
|
||
5.6.x |
hibernate-jpa-schemagen-5.6.0
|
||
5.3.x |
hibernate-jpa-schemagen-5.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.dellroad</groupId>
<artifactId>hibernate-jpa-schemagen</artifactId>
<version>6.2.0</version>
</plugin>
Advertisement