How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.vecna</groupId>
<artifactId>hibernate-schema-plugin</artifactId>
<version>2.8</version>
</plugin>
Choose a version of com.vecna : hibernate-schema-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8 |
hibernate-schema-plugin-2.8
|
||
2.7 |
hibernate-schema-plugin-2.7
|
||
2.6 |
hibernate-schema-plugin-2.6
|
||
2.5 |
hibernate-schema-plugin-2.5
|
||
2.4 |
hibernate-schema-plugin-2.4
|
||
2.3 |
hibernate-schema-plugin-2.3
|
||
2.2 |
hibernate-schema-plugin-2.2
|
||
2.1 |
hibernate-schema-plugin-2.1
|
||
2.0 |
hibernate-schema-plugin-2.0
|
||
hibernate-schema-plugin-2.0-RC1
|
|||
1.3 |
hibernate-schema-plugin-1.3
|
||
1.2 |
hibernate-schema-plugin-1.2
|
||
1.1 |
hibernate-schema-plugin-1.1
|
||
1.0 |
hibernate-schema-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.vecna</groupId>
<artifactId>hibernate-schema-plugin</artifactId>
<version>2.8</version>
</plugin>
Advertisement