How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>red.sukun1899</groupId>
<artifactId>schemaspy-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
Choose a version of red.sukun1899 : schemaspy-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
schemaspy-maven-plugin-1.2.1
|
||
schemaspy-maven-plugin-1.2.0
|
|||
1.1.x |
schemaspy-maven-plugin-1.1.0
|
||
1.0.x |
schemaspy-maven-plugin-1.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>red.sukun1899</groupId>
<artifactId>schemaspy-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
Advertisement