Facing error when running Maven
I ran the command mvn -e azure-functions:run and getting the below error. I already installed the Azure Functions Core Tools from the site. What do I need to do to run mvn azure-functions:run sucessfully.
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.22.0:run (default-cli) on project hello: Azure Functions Core Tools not found. Please go to https://aka.ms/azfunc-install to install Azure Functions Core Tools first. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.22.0:run (default-cli) on project hello: Azure Functions Core Tools not found. Please go to https://aka.ms/azfunc-install to install Azure Functions Core Tools first. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (M
Need to run mvn -e azure-functions:run successfully but facing the errors as shown below. Also I installed Azure Function tool locally.
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.22.0:run (default-cli) on project hello: Azure Functions Core Tools not found. Please go to https://aka.ms/azfunc-install to install Azure Functions Core Tools first. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.22.0:run (default-cli) on project hello: Azure Functions Core Tools not found. Please go to https://aka.ms/azfunc-install to install Azure Functions Core Tools first.


