MVN

com.infor.m3 : xtendm3-maven-plugin

Maven & Gradle

Feb 03, 2023
1 stars

XtendM3 Maven Plugin · XtendM3 Maven Plugin for linting and exporting XtendM3 Extensions locally

<plugin>
    <groupId>com.infor.m3</groupId>
    <artifactId>xtendm3-maven-plugin</artifactId>
    <version>0.1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infor.m3 : xtendm3-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of com.infor.m3 : xtendm3-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
xtendm3-maven-plugin-0.1.8
xtendm3-maven-plugin-0.1.7
xtendm3-maven-plugin-0.1.6
xtendm3-maven-plugin-0.1.4
xtendm3-maven-plugin-0.1.3
xtendm3-maven-plugin-0.1.2
xtendm3-maven-plugin-0.1.1
xtendm3-maven-plugin-0.1.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>com.infor.m3</groupId>
    <artifactId>xtendm3-maven-plugin</artifactId>
    <version>0.1.8</version>
</plugin>