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.cj.qunit.mojo</groupId>
<artifactId>qunit-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Choose a version of com.cj.qunit.mojo : qunit-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
qunit-maven-plugin-3.0.0
|
||
2.3.x |
qunit-maven-plugin-2.3.2
|
||
qunit-maven-plugin-2.3.0
|
|||
2.2.x |
qunit-maven-plugin-2.2.0
|
||
2.0.x |
qunit-maven-plugin-2.0.8
|
||
qunit-maven-plugin-2.0.7
|
|||
qunit-maven-plugin-2.0.5
|
|||
qunit-maven-plugin-2.0.4
|
|||
qunit-maven-plugin-2.0.3
|
|||
qunit-maven-plugin-2.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cj.qunit.mojo</groupId>
<artifactId>qunit-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Advertisement