Hi,
I am going through class Camunda 8 - Getting Started with Microservice Orchestration → Create Job Worker → Overview:
https://academy.camunda.com/path/c8-lp-getting-started/c8-getting-started-microservice-orchestration/1459292.
I was not able to create Maven project nor in terminal nor in Eclipse. Terminal input/output goes like this:
The plugin 3.3.1 (Generate) is in Available Plugins – Maven. So I do not know why this is going on.
When I follow the part for the Eclipse, I get the error output:
Failed to create project.
“java.lang.IllegalStateException: Process exit value was 1. Console printout:”
Any thoughts?
Thanks
Hi @Leibnitz, welcome to the forum! At first glance, I think the issue might be the \ in your command. In some operating systems the backslash means that the command continues on a new line. Since your command is one line the slashes shouldn’t be necessary. Try removing all the backslashes and see if it works or if you get a different error!
Hello Nathan,
It worked and I was able to get past the command line exercise.
On the IDE side, I realized that the interactive mode is on as a default, it was right the opposite when I was doing the command line exercise when in one line I turned the interactive mode off. The IDE version shown does not show a selection for the interactive mode. I am assuming it defaults it to ‘false’.
Thanks