How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.netbeans.html</groupId>
<artifactId>html4j-maven-plugin</artifactId>
<version>1.8.1</version>
</plugin>
Choose a version of org.netbeans.html : html4j-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
html4j-maven-plugin-1.8.1
|
||
1.8 |
html4j-maven-plugin-1.8
|
||
1.7.x |
html4j-maven-plugin-1.7.3
|
||
html4j-maven-plugin-1.7.2
|
|||
html4j-maven-plugin-1.7.1
|
|||
1.7 |
html4j-maven-plugin-1.7
|
||
1.6.x |
html4j-maven-plugin-1.6.1
|
||
1.6 |
html4j-maven-plugin-1.6
|
||
1.5.x |
html4j-maven-plugin-1.5.1
|
||
1.5 |
html4j-maven-plugin-1.5
|
||
1.4 |
html4j-maven-plugin-1.4
|
||
1.3 |
html4j-maven-plugin-1.3
|
||
1.2.x |
html4j-maven-plugin-1.2.3
|
||
html4j-maven-plugin-1.2.2
|
|||
html4j-maven-plugin-1.2.1
|
|||
1.2 |
html4j-maven-plugin-1.2
|
||
1.1 |
html4j-maven-plugin-1.1
|
||
1.0 |
html4j-maven-plugin-1.0
|
||
0.9 |
html4j-maven-plugin-0.9
|
||
0.8.x |
html4j-maven-plugin-0.8.3
|
||
html4j-maven-plugin-0.8.2
|
|||
html4j-maven-plugin-0.8.1
|
|||
0.8 |
html4j-maven-plugin-0.8
|
||
0.7.x |
html4j-maven-plugin-0.7.6
|
||
html4j-maven-plugin-0.7.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.netbeans.html</groupId>
<artifactId>html4j-maven-plugin</artifactId>
<version>1.8.1</version>
</plugin>
Advertisement