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.jshintmojo</groupId>
<artifactId>jshint-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>
Choose a version of com.cj.jshintmojo : jshint-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
jshint-maven-plugin-1.6.0
|
||
1.3.x |
jshint-maven-plugin-1.3.0
|
||
1.2.x |
jshint-maven-plugin-1.2.0
|
||
1.1 |
jshint-maven-plugin-1.1
|
||
1.0.x |
jshint-maven-plugin-1.0.0
|
||
0.0.x |
jshint-maven-plugin-0.0.10
|
||
jshint-maven-plugin-0.0.9
|
|||
jshint-maven-plugin-0.0.8
|
|||
jshint-maven-plugin-0.0.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cj.jshintmojo</groupId>
<artifactId>jshint-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>
Advertisement