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.sido</groupId>
<artifactId>sido-gen-maven</artifactId>
<version>1.1.1</version>
</plugin>
Choose a version of net.sf.sido : sido-gen-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
sido-gen-maven-1.1.1
|
||
1.0.x |
sido-gen-maven-1.0.0
|
||
sido-gen-maven-1.0.0.A0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.sido</groupId>
<artifactId>sido-gen-maven</artifactId>
<version>1.1.1</version>
</plugin>
Advertisement