MVN

org.eclipse.golo : golo-maven-plugin

Maven & Gradle

Nov 29, 2018
470 stars

Golo Maven Plugin · Golo Maven Plugin.

<plugin>
    <groupId>org.eclipse.golo</groupId>
    <artifactId>golo-maven-plugin</artifactId>
    <version>3.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.golo : golo-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of org.eclipse.golo : golo-maven-plugin to add to Maven - All 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

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>

Advertisement