You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse: Version: 2019-12 (4.14.0) Build id: 20191212-1212
The pom contains the error immediately after the project is created; without a fix I can't proceed.
Caused by: org.apache.maven.plugin.MojoExecutionException: Illegal char <"> at index 115: C:\Users\rober\eclipse-workspace\example_module\target\azure-functions\example_module-${package.getClass().forName("java.time.LocalDateTime").getMethod("now").invoke(null).format($package.Class.forName("java.time.format.DateTimeFormatter").getMethod("ofPattern", $package.Class).invoke(null, "yyyyMMddHHmmssSSS"))}
at com.microsoft.azure.maven.AbstractAzureMojo.handleException (AbstractAzureMojo.java:505)
at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:439)
at com.microsoft.azure.maven.function.AbstractFunctionMojo.execute (AbstractFunctionMojo.java:166)
@robertjrichardson Thanks for your report and really sorry for the late reply, Eclipse didn't support our custom archetype parameters and will always set docker to be true, as a workaround, please try generate the project in bash first and then open the project with eclipse?
Eclipse: Version: 2019-12 (4.14.0) Build id: 20191212-1212
The pom contains the error immediately after the project is created; without a fix I can't proceed.
Caused by: org.apache.maven.plugin.MojoExecutionException: Illegal char <"> at index 115: C:\Users\rober\eclipse-workspace\example_module\target\azure-functions\example_module-${package.getClass().forName("java.time.LocalDateTime").getMethod("now").invoke(null).format($package.Class.forName("java.time.format.DateTimeFormatter").getMethod("ofPattern", $package.Class).invoke(null, "yyyyMMddHHmmssSSS"))}
at com.microsoft.azure.maven.AbstractAzureMojo.handleException (AbstractAzureMojo.java:505)
at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:439)
at com.microsoft.azure.maven.function.AbstractFunctionMojo.execute (AbstractFunctionMojo.java:166)
====================pom============================
4.0.0The text was updated successfully, but these errors were encountered: