How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>edu.clemson.cs.resolve</groupId>
<artifactId>git-plugin</artifactId>
<version>0.0.1-alpha3</version>
</plugin>
Choose a version of edu.clemson.cs.resolve : git-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
git-plugin-0.0.1-alpha3
|
||
git-plugin-0.0.1-alpha2
|
|||
git-plugin-0.0.1-alpha1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>edu.clemson.cs.resolve</groupId>
<artifactId>git-plugin</artifactId>
<version>0.0.1-alpha3</version>
</plugin>
Advertisement