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.eclipse.golo</groupId>
<artifactId>golo-maven-plugin</artifactId>
<version>3.3.0</version>
</plugin>
Choose a version of org.eclipse.golo : golo-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
golo-maven-plugin-3.3.0
|
||
3.2.x |
golo-maven-plugin-3.2.0-M6
|
||
golo-maven-plugin-3.2.0-M5
|
|||
golo-maven-plugin-3.2.0-M4
|
|||
golo-maven-plugin-3.2.0-M3
|
|||
golo-maven-plugin-3.2.0-M2
|
|||
3.1.x |
golo-maven-plugin-3.1.0
|
||
golo-maven-plugin-3.1.0-M2
|
|||
golo-maven-plugin-3.1.0-incubation-M1
|
|||
3.0.x |
golo-maven-plugin-3.0.0-incubation-M3
|
||
golo-maven-plugin-3.0.0-incubation-M2
|
|||
golo-maven-plugin-3.0.0-incubation-M1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.eclipse.golo</groupId>
<artifactId>golo-maven-plugin</artifactId>
<version>3.3.0</version>
</plugin>
Advertisement