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.jawr</groupId>
<artifactId>maven-jawr-plugin</artifactId>
<version>1.4.2</version>
</plugin>
Choose a version of net.jawr : maven-jawr-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
maven-jawr-plugin-1.4.2
|
||
maven-jawr-plugin-1.4.1
|
|||
1.4 |
maven-jawr-plugin-1.4
|
||
1.3 |
maven-jawr-plugin-1.3
|
||
1.2 |
maven-jawr-plugin-1.2
|
||
1.1.x |
maven-jawr-plugin-1.1.2
|
||
maven-jawr-plugin-1.1.1
|
|||
1.1 |
maven-jawr-plugin-1.1
|
||
1.0 |
maven-jawr-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.jawr</groupId>
<artifactId>maven-jawr-plugin</artifactId>
<version>1.4.2</version>
</plugin>
Advertisement