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.psybit.factory</groupId>
<artifactId>mother-factory</artifactId>
<version>0.5.5</version>
</plugin>
Choose a version of net.psybit.factory : mother-factory to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
mother-factory-0.5.5
|
||
mother-factory-0.5.1
|
|||
0.0.x |
mother-factory-0.0.3
|
||
mother-factory-0.0.2
|
|||
mother-factory-0.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.psybit.factory</groupId>
<artifactId>mother-factory</artifactId>
<version>0.5.5</version>
</plugin>
Advertisement