MVN

org.apache.plc4x.plugins : plc4x-maven-plugin

Maven & Gradle

Sep 22, 2022
8 stars

PLC4X Build Tools: Code Generation: PLC4X Maven Plugin

<plugin>
    <groupId>org.apache.plc4x.plugins</groupId>
    <artifactId>plc4x-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.plc4x.plugins : plc4x-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.apache.plc4x.plugins : plc4x-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
plc4x-maven-plugin-1.6.0
1.5.x
plc4x-maven-plugin-1.5.0
1.4.x
plc4x-maven-plugin-1.4.0
1.3.x
plc4x-maven-plugin-1.3.0
1.2.x
plc4x-maven-plugin-1.2.0
1.1.x
plc4x-maven-plugin-1.1.0
1.0.x
plc4x-maven-plugin-1.0.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>org.apache.plc4x.plugins</groupId>
    <artifactId>plc4x-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>