diff --git a/README.md b/README.md index 51b2c56d07..19254f7b99 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains all Maven plugins for Microsoft Azure services. Complet Maven Plugin | Maven Central Version ---|--- [Maven Plugin for Azure Web Apps](./azure-webapp-maven-plugin/README.md) | [![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-webapp-maven-plugin.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-webapp-maven-plugin%22) -[Maven Plugin for Azure Functions](./azure-functions-maven-plugin/README.md) | *Still Under Development* +[Maven Plugin for Azure Functions](./azure-functions-maven-plugin/README.md) | [![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-functions-maven-plugin.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-functions-maven-plugin%22) ### Reporting Issues and Feedback If you encounter any bugs with the maven plugins, please file an issue in the [Issues](https://github.com/microsoft/azure-maven-plugins/issues) section of our GitHub repo. diff --git a/azure-functions-maven-plugin/README.md b/azure-functions-maven-plugin/README.md index 744b8d9b8f..5af4270a74 100644 --- a/azure-functions-maven-plugin/README.md +++ b/azure-functions-maven-plugin/README.md @@ -39,7 +39,7 @@ Maven | 3.0 and above #### `azure-functions:run` - Invoke Azure Functions Local Emulator to run all functions. Default working directory is the staging directory. -- Use property `-Dazure.function=myFunction` to run a single function named `myFunction` +- Use property `-Dfunctions.target=myFunction` to run a single function named `myFunction` #### `azure-functions:deploy` - Deploy the staging directory to target Function App. @@ -60,7 +60,7 @@ To use the Maven Plugin for Azure Functions in your Maven Java app, add the foll com.microsoft.azure azure-functions-maven-plugin - 0.1.0 + 0.1.5 ... diff --git a/azure-functions-maven-plugin/pom.xml b/azure-functions-maven-plugin/pom.xml index d9e0044563..4a126f033e 100644 --- a/azure-functions-maven-plugin/pom.xml +++ b/azure-functions-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-functions-maven-plugin - 0.1.4 + 0.1.5 maven-plugin Maven Plugin for Azure Functions Maven Plugin for Azure Functions @@ -22,7 +22,7 @@ 3.3.0 3.0.20 1.0.9 - 0.1.4 + 0.1.5 1.0.0-beta-1 5.4.0 0.9.11 @@ -127,15 +127,6 @@ - - - - local-repo - local-repo - file://${project.basedir}/repo - - - org.apache.maven diff --git a/azure-functions-maven-plugin/repo/com/microsoft/azure/azure-functions-java-core/1.1-SNAPSHOT/azure-functions-java-core-1.1-SNAPSHOT.jar b/azure-functions-maven-plugin/repo/com/microsoft/azure/azure-functions-java-core/1.1-SNAPSHOT/azure-functions-java-core-1.1-SNAPSHOT.jar deleted file mode 100644 index 9525323b8b..0000000000 Binary files a/azure-functions-maven-plugin/repo/com/microsoft/azure/azure-functions-java-core/1.1-SNAPSHOT/azure-functions-java-core-1.1-SNAPSHOT.jar and /dev/null differ diff --git a/azure-maven-plugin-lib/pom.xml b/azure-maven-plugin-lib/pom.xml index 5418a641c6..c98da09a34 100644 --- a/azure-maven-plugin-lib/pom.xml +++ b/azure-maven-plugin-lib/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-maven-plugin-lib - 0.1.4 + 0.1.5 jar Azure Maven Plugin Library Common library for Azure Maven Plugins diff --git a/azure-webapp-maven-plugin/pom.xml b/azure-webapp-maven-plugin/pom.xml index 8c58133811..26a17eb69e 100644 --- a/azure-webapp-maven-plugin/pom.xml +++ b/azure-webapp-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-webapp-maven-plugin - 0.1.4 + 0.1.5 maven-plugin Maven Plugin for Azure Web Apps Maven Plugin for Azure Web Apps @@ -22,7 +22,7 @@ 3.3.0 3.0.20 1.0.9 - 0.1.4 + 0.1.5 4.12 2.4.0 4.1.6.RELEASE diff --git a/docs/web-app-samples.md b/docs/web-app-samples.md index 2ee18c11d2..8982f5e848 100644 --- a/docs/web-app-samples.md +++ b/docs/web-app-samples.md @@ -27,7 +27,7 @@ The following configuration is applicable for below scenario: com.microsoft.azure azure-webapp-maven-plugin - 0.1.3 + 0.1.5 @@ -91,7 +91,7 @@ The following configuration is applicable for below scenario: com.microsoft.azure azure-webapp-maven-plugin - 0.1.3 + 0.1.5 @@ -115,7 +115,7 @@ The following configuration is applicable for below scenario: PORT 8080 - + your-setting-key your-setting-value @@ -145,7 +145,7 @@ The following configuration is applicable for below scenario: com.microsoft.azure azure-webapp-maven-plugin - 0.1.3 + 0.1.5 @@ -170,7 +170,7 @@ The following configuration is applicable for below scenario: PORT 8080 - + your-setting-key your-setting-value @@ -200,7 +200,7 @@ The following configuration is applicable for below scenario: com.microsoft.azure azure-webapp-maven-plugin - 0.1.3 + 0.1.5 @@ -229,7 +229,7 @@ The following configuration is applicable for below scenario: PORT 8080 - + your-setting-key your-setting-value diff --git a/pom.xml b/pom.xml index d7f9bc2764..27f94ab9ea 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.microsoft.azure azure-maven-plugins - 0.1.4 + 0.1.5 pom Maven Plugins for Azure Maven plugins for Microsoft Azure services