Skip to content

Commit

Permalink
upgrade to version 0.1.5 and update docs (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
xscript authored Oct 16, 2017
1 parent 27e391c commit 97d5b84
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions azure-functions-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -60,7 +60,7 @@ To use the Maven Plugin for Azure Functions in your Maven Java app, add the foll
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-maven-plugin</artifactId>
<version>0.1.0</version>
<version>0.1.5</version>
<configuration>
...
</configuration>
Expand Down
13 changes: 2 additions & 11 deletions azure-functions-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-maven-plugin</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Functions</name>
<description>Maven Plugin for Azure Functions</description>
Expand All @@ -22,7 +22,7 @@
<maven.plugin-testing.version>3.3.0</maven.plugin-testing.version>
<codehaus.plexus-utils.version>3.0.20</codehaus.plexus-utils.version>
<azure.ai.version>1.0.9</azure.ai.version>
<azure.maven-plugin-lib.version>0.1.4</azure.maven-plugin-lib.version>
<azure.maven-plugin-lib.version>0.1.5</azure.maven-plugin-lib.version>
<azure.function.version>1.0.0-beta-1</azure.function.version>
<azure.storage.version>5.4.0</azure.storage.version>
<reflections.version>0.9.11</reflections.version>
Expand Down Expand Up @@ -127,15 +127,6 @@
</profile>
</profiles>

<!-- Use local repo to host private JAR before the official package is released -->
<repositories>
<repository>
<id>local-repo</id>
<name>local-repo</name>
<url>file://${project.basedir}/repo</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion azure-maven-plugin-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugin-lib</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<packaging>jar</packaging>
<name>Azure Maven Plugin Library</name>
<description>Common library for Azure Maven Plugins</description>
Expand Down
4 changes: 2 additions & 2 deletions azure-webapp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Web Apps</name>
<description>Maven Plugin for Azure Web Apps</description>
Expand All @@ -22,7 +22,7 @@
<maven.plugin-testing.version>3.3.0</maven.plugin-testing.version>
<codehaus.plexus-utils.version>3.0.20</codehaus.plexus-utils.version>
<azure.ai.version>1.0.9</azure.ai.version>
<azure.maven-plugin-lib.version>0.1.4</azure.maven-plugin-lib.version>
<azure.maven-plugin-lib.version>0.1.5</azure.maven-plugin-lib.version>
<junit.version>4.12</junit.version>
<mockito.version>2.4.0</mockito.version>
<spring-test.version>4.1.6.RELEASE</spring-test.version>
Expand Down
14 changes: 7 additions & 7 deletions docs/web-app-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.3</version>
<version>0.1.5</version>
<configuration>
<!-- Referencing <serverId> in Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand Down Expand Up @@ -91,7 +91,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.3</version>
<version>0.1.5</version>
<configuration>
<!-- Referencing ${azure.auth.filePath} from Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand All @@ -115,7 +115,7 @@ The following configuration is applicable for below scenario:
<property>
<name>PORT</name>
<value>8080</value>
</property>
</property>
<property>
<name>your-setting-key</name>
<value>your-setting-value</value>
Expand Down Expand Up @@ -145,7 +145,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.3</version>
<version>0.1.5</version>
<configuration>
<!-- Referencing <serverId> in Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand All @@ -170,7 +170,7 @@ The following configuration is applicable for below scenario:
<property>
<name>PORT</name>
<value>8080</value>
</property>
</property>
<property>
<name>your-setting-key</name>
<value>your-setting-value</value>
Expand Down Expand Up @@ -200,7 +200,7 @@ The following configuration is applicable for below scenario:
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>0.1.3</version>
<version>0.1.5</version>
<configuration>
<!-- Referencing <serverId> in Maven's settings.xml to authenticate with Azure -->
<authentication>
Expand Down Expand Up @@ -229,7 +229,7 @@ The following configuration is applicable for below scenario:
<property>
<name>PORT</name>
<value>8080</value>
</property>
</property>
<property>
<name>your-setting-key</name>
<value>your-setting-value</value>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<packaging>pom</packaging>
<name>Maven Plugins for Azure</name>
<description>Maven plugins for Microsoft Azure services</description>
Expand Down

0 comments on commit 97d5b84

Please sign in to comment.