MVN

io.helidon.pico : helidon-pico-maven-plugin

Maven & Gradle

Apr 07, 2023

Helidon Pico Maven Plugin

<plugin>
    <groupId>io.helidon.pico</groupId>
    <artifactId>helidon-pico-maven-plugin</artifactId>
    <version>4.0.0-ALPHA6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.pico : helidon-pico-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0-ALPHA6
  • Latest Alpha: 4.0.0-ALPHA6

All Versions

Choose a version of io.helidon.pico : helidon-pico-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
helidon-pico-maven-plugin-4.0.0-ALPHA6

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.helidon.pico</groupId>
    <artifactId>helidon-pico-maven-plugin</artifactId>
    <version>4.0.0-ALPHA6</version>
</plugin>