MVN

io.winterframework.tool : winter-maven-plugin

Maven & Gradle

May 17, 2021
4 stars

Winter Maven Plugin · The Winter Maven Plugin is used to run, package and distribute modular applications and Winter applications in particular. It relies on a set of Java tools to build native runtime or application images as well as Docker or OCI images for modular Java projects.

<plugin>
    <groupId>io.winterframework.tool</groupId>
    <artifactId>winter-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.winterframework.tool : winter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.winterframework.tool : winter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
winter-maven-plugin-1.0.0

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.winterframework.tool</groupId>
    <artifactId>winter-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement