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.mapping</groupId>
<artifactId>plugin-m2</artifactId>
<version>1.3</version>
</plugin>
Choose a version of net.sf.aislib.tools.mapping : plugin-m2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
plugin-m2-1.3
|
||
1.2 |
plugin-m2-1.2
|
||
1.1 |
plugin-m2-1.1
|
||
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.mapping</groupId>
<artifactId>plugin-m2</artifactId>
<version>1.3</version>
</plugin>
Advertisement