MVN

net.disy.legato : legato-maven-plugin

Maven & Gradle

Mar 15, 2011

Legato Maven Plugin

<plugin>
    <groupId>net.disy.legato</groupId>
    <artifactId>legato-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.disy.legato : legato-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.disy.legato : legato-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
legato-maven-plugin-1.2

How to add a plugin to Maven

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

<plugin>
    <groupId>net.disy.legato</groupId>
    <artifactId>legato-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>