How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>be.personify</groupId>
<artifactId>ipersonic-generator</artifactId>
<version>1.3.2.RELEASE</version>
</plugin>
Choose a version of be.personify : ipersonic-generator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
ipersonic-generator-1.3.2.RELEASE
|
||
ipersonic-generator-1.3.1.RELEASE
|
|||
ipersonic-generator-1.3.0.RELEASE
|
|||
1.2.x |
ipersonic-generator-1.2.30.RELEASE
|
||
ipersonic-generator-1.2.9.RELEASE
|
|||
ipersonic-generator-1.2.8.RELEASE
|
|||
ipersonic-generator-1.2.7.RELEASE
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>be.personify</groupId>
<artifactId>ipersonic-generator</artifactId>
<version>1.3.2.RELEASE</version>
</plugin>
Advertisement