How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.latte-lang</groupId>
<artifactId>latte-maven-plugin</artifactId>
<version>0.0.6-ALPHA</version>
</plugin>
Choose a version of org.latte-lang : latte-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
latte-maven-plugin-0.0.6-ALPHA
|
||
latte-maven-plugin-0.0.5-ALPHA
|
|||
latte-maven-plugin-0.0.4-ALPHA
|
|||
latte-maven-plugin-0.0.3-ALPHA
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.latte-lang</groupId>
<artifactId>latte-maven-plugin</artifactId>
<version>0.0.6-ALPHA</version>
</plugin>
Advertisement