How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.ebean</groupId>
<artifactId>querybean-maven-plugin</artifactId>
<version>10.1.3</version>
</plugin>
Choose a version of io.ebean : querybean-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.1.x |
querybean-maven-plugin-10.1.3
|
||
querybean-maven-plugin-10.1.2
|
|||
querybean-maven-plugin-10.1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.ebean</groupId>
<artifactId>querybean-maven-plugin</artifactId>
<version>10.1.3</version>
</plugin>
Advertisement