MVN

org.actframework : act-maven-plugin

Maven & Gradle

Jan 01, 2021
1 stars

ACT Maven Plugin · Support run actframework app using maven task

<plugin>
    <groupId>org.actframework</groupId>
    <artifactId>act-maven-plugin</artifactId>
    <version>1.9.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.actframework : act-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.9.1.0

All Versions

Choose a version of org.actframework : act-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
act-maven-plugin-1.9.1.0
1.8.x
act-maven-plugin-1.8.27.0
act-maven-plugin-1.8.12.0
act-maven-plugin-1.8.8.8
act-maven-plugin-1.8.8.3
act-maven-plugin-1.8.8.2
act-maven-plugin-1.8.8.1
act-maven-plugin-1.8.8.0
act-maven-plugin-1.8.5.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.actframework</groupId>
    <artifactId>act-maven-plugin</artifactId>
    <version>1.9.1.0</version>
</plugin>