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.jslsolucoes</groupId>
<artifactId>maven-plugin-resource</artifactId>
<version>1.0.34</version>
</plugin>
Choose a version of com.jslsolucoes : maven-plugin-resource to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
maven-plugin-resource-1.0.34
|
||
maven-plugin-resource-1.0.33
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.jslsolucoes</groupId>
<artifactId>maven-plugin-resource</artifactId>
<version>1.0.34</version>
</plugin>
Advertisement