How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-sourcegen</artifactId>
<version>2.3</version>
</plugin>
Choose a version of ca.uhn.hapi : hapi-sourcegen to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3 |
hapi-sourcegen-2.3
|
||
2.2 |
hapi-sourcegen-2.2
|
||
hapi-sourcegen-2.2-beta1
|
|||
2.1 |
hapi-sourcegen-2.1
|
||
hapi-sourcegen-2.1-beta1
|
|||
hapi-sourcegen-2.1-alpha1
|
|||
2.0 |
hapi-sourcegen-2.0
|
||
hapi-sourcegen-2.0-beta1
|
|||
hapi-sourcegen-2.0-alpha1
|
|||
1.2 |
hapi-sourcegen-1.2
|
||
hapi-sourcegen-1.2-beta1
|
|||
1.1 |
hapi-sourcegen-1.1
|
||
hapi-sourcegen-1.1-beta2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-sourcegen</artifactId>
<version>2.3</version>
</plugin>
Advertisement