How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.scireum</groupId>
<artifactId>github-tag-plugin</artifactId>
<version>1.2</version>
</plugin>
Choose a version of com.scireum : github-tag-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2 |
github-tag-plugin-1.2
|
||
1.1.x |
github-tag-plugin-1.1.2
|
||
1.1 |
github-tag-plugin-1.1
|
||
1.0 |
github-tag-plugin-1.0
|
||
1.0.x |
github-tag-plugin-1.0.1
|
||
0.5 |
github-tag-plugin-0.5
|
||
0.4 |
github-tag-plugin-0.4
|
||
0.3 |
github-tag-plugin-0.3
|
||
0.2 |
github-tag-plugin-0.2
|
||
0.1 |
github-tag-plugin-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.scireum</groupId>
<artifactId>github-tag-plugin</artifactId>
<version>1.2</version>
</plugin>
Advertisement