Paul Austin

Results 4 issues of Paul Austin

Would it be possible to add configurable config to go in the main section of the file (in addition to those in the http section). For example include the following....

### Plugin name and version azure-functions-maven-plugin 1.9.2 ### Plugin configuration in your `pom.xml` App was created using archetype ``` com.microsoft.azure azure-functions-maven-plugin ${azure.functions.maven.plugin.version} ${functionAppName} java-functions-group java-functions-app-service-plan for all valid values -->...

Type: Bug
Module: Azure Functions
Reason: external

If you have a multi module project and define the use of this plugin in a sub-module only it fails to find the docs ``` module-a/ pom.xml -- plugin defined...

If I have the following RAW json document { "id":"gm-abcdefghijklmnopqrstuvwxyz0000bc", "polygonNum":-1, "numPolygons":1, "createDate":"2010-10-14", "expiryDate":null, "minX":-139.2000073569456, "minY":48.200002411309555, "maxX":-113.99999731653725, "maxY":60.000000115418864, "centroidX":-125.48357844841748, "centroidY":54.68043017372682, "numVertices":18, "area":189.55997766299149 } The elements are re-ordered when viewed in...