| AbstractFunctionMojo |
|
| AddMojo |
Create new Azure Functions (as Java class) and add to current project.
|
| ConfigParser |
|
| DeployMojo |
Deploy your project to target Azure Functions.
|
| HelpMojo |
Display help information on azure-functions-maven-plugin.
Call mvn azure-functions:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
| ListMojo |
The list mojo is used to provide Java Azure Functions templates information,
which is used by other tools such as VS Code Azure Functions extension.
|
| PackageMojo |
Generate configuration files (host.json, function.json etc.) and copy JARs to staging directory.
|
| RunMojo |
Run Azure Java Functions locally.
|