Hi all! When building NiFi on windows I encounter such an error with asciidoctor-maven-plugin:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:22 min (Wall Clock) [INFO] Finished at: 2020-06-11T13:42:20+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:1.5.2:process-asciidoc (output-html) on project nifi-docs: Execution output-html of goal org.asciidoctor:asciidoctor-maven-plugin:1.5.2:process-asciidoc failed: (LoadError) no such file to load -- asciidoctor -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :nifi-docs I have temporarily resolved this issue by commenting out these rows in nifi-docs pom.xml: <!-- <executions>--> <!-- <execution>--> <!-- <id>output-html</id>--> <!-- <phase>prepare-package</phase>--> <!-- <goals>--> <!-- <goal>process-asciidoc</goal>--> <!-- </goals>--> <!-- </execution>--> <!-- </executions>--> Building with Java 1.8.0_211-b12, but I also have tried with newer versions of Java. Is it a known issue or should I create an issue in Jira?
