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.larrymite</groupId>
<artifactId>js-class-loader-mojo</artifactId>
<version>1.2.7</version>
</plugin>
Choose a version of com.larrymite : js-class-loader-mojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
js-class-loader-mojo-1.2.7
|
||
js-class-loader-mojo-1.2.6
|
|||
js-class-loader-mojo-1.2.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.larrymite</groupId>
<artifactId>js-class-loader-mojo</artifactId>
<version>1.2.7</version>
</plugin>
Advertisement