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.sf.aislib.tools.entities</groupId>
<artifactId>plugin-m2</artifactId>
<version>1.0.4</version>
</plugin>
Choose a version of net.sf.aislib.tools.entities : plugin-m2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
plugin-m2-1.0.4
|
||
1.0 |
plugin-m2-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.aislib.tools.entities</groupId>
<artifactId>plugin-m2</artifactId>
<version>1.0.4</version>
</plugin>
Advertisement