MVN

net.sf.alchim : maven-lift-plugin

Maven & Gradle

Apr 27, 2008

Lift Maven Plugin · A set of command (goals) to help lift's user or provide short alias for command

<plugin>
    <groupId>net.sf.alchim</groupId>
    <artifactId>maven-lift-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.alchim : maven-lift-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of net.sf.alchim : maven-lift-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
maven-lift-plugin-0.1

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.sf.alchim</groupId>
    <artifactId>maven-lift-plugin</artifactId>
    <version>0.1</version>
</plugin>

Advertisement