How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.flexmojos.oss</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>7.1.1</version>
</plugin>
Choose a version of net.flexmojos.oss : flexmojos-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.1.x |
flexmojos-maven-plugin-7.1.1
|
||
flexmojos-maven-plugin-7.1.0
|
|||
7.0.x |
flexmojos-maven-plugin-7.0.1
|
||
flexmojos-maven-plugin-7.0.0
|
|||
6.0.x |
flexmojos-maven-plugin-6.0.1
|
||
flexmojos-maven-plugin-6.0.0
|
|||
5.0 |
flexmojos-maven-plugin-5.0-beta
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.flexmojos.oss</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>7.1.1</version>
</plugin>
Advertisement