Skip to content

Provides maven plugin to facilitate ActFramework application development/build/packaging

Notifications You must be signed in to change notification settings

actframework/act-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACT Maven Plugin

Enable run act framework application.

Usage

First, add the plugin into your pom.xml file in the <build><plugins>:

<plugin>
    <groupId>org.actframework</groupId>
    <artifactId>act-maven-plugin</artifactId>
    <version>${act-maven-plugin.version}</version>
</plugin>

Second, ensure you have app.entry property defined in your pom.xml file:

<properties>
    <app.entry>demo.helloworld.AppEntry</app.entry>
</properties>

Now you can run your actframework application by

mvn clean compile act:run

Since act-1.8.8-RC1 you can run end to end test using

mvn clean compile act:e2e

For more about end to end test, please refer to act-e2e

Configuration

TBD

About

Provides maven plugin to facilitate ActFramework application development/build/packaging

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages