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.berkeley.cs.jqf</groupId>
<artifactId>jqf-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
Choose a version of edu.berkeley.cs.jqf : jqf-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
jqf-maven-plugin-2.0
|
||
1.9 |
jqf-maven-plugin-1.9
|
||
1.8 |
jqf-maven-plugin-1.8
|
||
1.7 |
jqf-maven-plugin-1.7
|
||
1.6 |
jqf-maven-plugin-1.6
|
||
1.5 |
jqf-maven-plugin-1.5
|
||
1.4 |
jqf-maven-plugin-1.4
|
||
1.3 |
jqf-maven-plugin-1.3
|
||
1.2 |
jqf-maven-plugin-1.2
|
||
1.1 |
jqf-maven-plugin-1.1
|
||
1.0 |
jqf-maven-plugin-1.0
|
||
jqf-maven-plugin-1.0-beta-2
|
|||
jqf-maven-plugin-1.0-beta-1
|
|||
jqf-maven-plugin-1.0-alpha-3
|
|||
jqf-maven-plugin-1.0-alpha-2
|
|||
jqf-maven-plugin-1.0-alpha-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>edu.berkeley.cs.jqf</groupId>
<artifactId>jqf-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
Advertisement