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.basestar</groupId>
<artifactId>basestar-maven-plugin</artifactId>
<version>1.2.2</version>
</plugin>
Choose a version of io.basestar : basestar-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
basestar-maven-plugin-1.2.2
|
||
basestar-maven-plugin-1.2.1
|
|||
1.1.x |
basestar-maven-plugin-1.1.12
|
||
basestar-maven-plugin-1.1.11
|
|||
basestar-maven-plugin-1.1.10
|
|||
basestar-maven-plugin-1.1.9
|
|||
basestar-maven-plugin-1.1.8
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.basestar</groupId>
<artifactId>basestar-maven-plugin</artifactId>
<version>1.2.2</version>
</plugin>
Advertisement