Goals available for this plugin:
| Goal | Description |
|---|---|
| moderne-lst:compileLst | Produces standalone .lst files in a given folder |
| moderne-lst:help | Display help information on moderne-lst-maven-plugin.
Call mvn moderne-lst:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| moderne-lst:moderneCli | No description. |
The following specifies the minimum requirements to run this Maven plugin:
| Maven | 3.3.1 |
| JDK | 17 |
You should specify the version in your project's plugin configuration:
<project>
...
<build>
<!-- To define the plugin version in your parent POM -->
<pluginManagement>
<plugins>
<plugin>
<groupId>io.moderne</groupId>
<artifactId>moderne-lst-maven-plugin</artifactId>
<version>2.7.1</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>io.moderne</groupId>
<artifactId>moderne-lst-maven-plugin</artifactId>
</plugin>
...
</plugins>
</build>
...
</project>For more information, see "Guide to Configuring Plug-ins"