How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-maven-plugin</artifactId>
<version>9.0.1</version>
</plugin>
Choose a version of uk.ac.gate : gate-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
9.0.x |
gate-maven-plugin-9.0.1
|
||
9.0 |
gate-maven-plugin-9.0
|
||
8.6.x |
gate-maven-plugin-8.6.1
|
||
8.6 |
gate-maven-plugin-8.6
|
||
8.5.x |
gate-maven-plugin-8.5.1
|
||
8.5 |
gate-maven-plugin-8.5
|
||
gate-maven-plugin-8.5-alpha1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-maven-plugin</artifactId>
<version>9.0.1</version>
</plugin>
Advertisement