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>
Choose a version of org.actframework : act-maven-plugin to add to Maven - Latest 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
|
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>
Advertisement