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.kennychua</groupId>
<artifactId>phantomjs-qunit-runner</artifactId>
<version>1.0.15</version>
</plugin>
Choose a version of net.kennychua : phantomjs-qunit-runner to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
phantomjs-qunit-runner-1.0.15
|
||
phantomjs-qunit-runner-1.0.14
|
|||
phantomjs-qunit-runner-1.0.13
|
|||
phantomjs-qunit-runner-1.0.12
|
|||
phantomjs-qunit-runner-1.0.11
|
|||
phantomjs-qunit-runner-1.0.10
|
|||
phantomjs-qunit-runner-1.0.6
|
|||
0.0.x |
phantomjs-qunit-runner-0.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.kennychua</groupId>
<artifactId>phantomjs-qunit-runner</artifactId>
<version>1.0.15</version>
</plugin>
Advertisement