The Deploy workflow imports the Utils which cannot be resolved unless the fabric8 maven plugin v3 is used. The util is not even in use though. So simply deleting it from the workflow does the trick.
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 25: unable to resolve class io.fabric8.Utils
@ line 25, column 13.
def utils = new io.fabric8.Utils()
^
1 error
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:861)
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:550)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:499)
The Deploy workflow imports the Utils which cannot be resolved unless the fabric8 maven plugin v3 is used. The util is not even in use though. So simply deleting it from the workflow does the trick.
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 25: unable to resolve class io.fabric8.Utils @ line 25, column 13. def utils = new io.fabric8.Utils() ^
1 error