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.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-protoc</artifactId>
<version>1.11</version>
</plugin>
Choose a version of org.fusesource.hawtbuf : hawtbuf-protoc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.11 |
hawtbuf-protoc-1.11
|
||
1.10 |
hawtbuf-protoc-1.10
|
||
1.9 |
hawtbuf-protoc-1.9
|
||
1.8 |
hawtbuf-protoc-1.8
|
||
1.7 |
hawtbuf-protoc-1.7
|
||
1.6 |
hawtbuf-protoc-1.6
|
||
1.5 |
hawtbuf-protoc-1.5
|
||
1.4 |
hawtbuf-protoc-1.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-protoc</artifactId>
<version>1.11</version>
</plugin>
Advertisement