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.quies.colfer</groupId>
<artifactId>colfer-maven-plugin</artifactId>
<version>1.12.1</version>
</plugin>
Choose a version of net.quies.colfer : colfer-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12.x |
colfer-maven-plugin-1.12.1
|
||
1.12 |
colfer-maven-plugin-1.12
|
||
1.11.x |
colfer-maven-plugin-1.11.2
|
||
colfer-maven-plugin-1.11.1
|
|||
1.11 |
colfer-maven-plugin-1.11
|
||
1.10 |
colfer-maven-plugin-1.10
|
||
1.9 |
colfer-maven-plugin-1.9
|
||
1.8 |
colfer-maven-plugin-1.8
|
||
1.7 |
colfer-maven-plugin-1.7
|
||
1.6 |
colfer-maven-plugin-1.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.quies.colfer</groupId>
<artifactId>colfer-maven-plugin</artifactId>
<version>1.12.1</version>
</plugin>
Advertisement