Build Failure during Setup

Hi, I was trying to setup Flowable engine in eclipse by following the guide in this thread but in step 4, it failed for Variable Service. The stack trace of error says that there is no goals specified for it. How can I solve this problem? Any guidance is appreciated.

Stack trace error:

[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. → [Help 1]
org.apache.maven.lifecycle.NoGoalSpecifiedException: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:97)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:567)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)

That error means that you have made a typo in the maven goals. Can you paste the exact command that you executed from your command line?

Hey, thanks for the reply. This is the command that I type: mvn clean install -DskipTests -Pdistro

Weird, I am using the same command and it works without problems. Does the same happen when you do it from the command line?

No, it says this in the command line:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project flowable-variable-service: Compilation failure

Edit: My java version is 12.0.2, will it be the cause of all this?

Can you please share the compilation error that you are getting?

I have the following:

mvn -v
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00)
Java version: 12.0.2, vendor: Oracle Corporation, runtime: 
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"

And with when I run mvn clean install -DskipTests -Pdistro everything is OK.

Hey, apparently there is a corrupted file and I replace it and it works but I got another Failed to execute goal problem:

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[17,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[18,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[19,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[26,2] cannot find symbol
symbol: class WebService
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/MaxValueReachedFault.java:[15,20] package javax.xml.ws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/MaxValueReachedFault.java:[22,2] cannot find symbol
symbol: class WebFault
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMockImpl.java:[17,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMockImpl.java:[24,2] cannot find symbol
symbol: class WebService
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[39,6] cannot find symbol
symbol: class WebResult
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[53,17] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[65,30] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[65,72] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[64,6] cannot find symbol
symbol: class WebResult
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[75,28] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[75,67] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[82,6] cannot find symbol
symbol: class WebResult
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[86,26] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[86,68] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[85,6] cannot find symbol
symbol: class WebResult
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[89,32] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[89,74] cannot find symbol
symbol: class WebParam
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[88,6] cannot find symbol
symbol: class WebResult
location: interface org.flowable.engine.impl.webservice.WebServiceMock
[INFO] 22 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Flowable 6.4.1-19:
[INFO]
[INFO] Flowable … SUCCESS [ 1.389 s]
[INFO] Flowable - BPMN Model … SUCCESS [ 6.255 s]
[INFO] Flowable - Process Validation … SUCCESS [ 1.601 s]
[INFO] Flowable - BPMN Layout … SUCCESS [ 0.912 s]
[INFO] Flowable - Image Generator … SUCCESS [ 1.608 s]
[INFO] Flowable - Engine Common API … SUCCESS [ 1.128 s]
[INFO] Flowable - Variable Service API … SUCCESS [ 0.832 s]
[INFO] Flowable - Engine Common … SUCCESS [ 7.291 s]
[INFO] Flowable - BPMN Converter … SUCCESS [ 4.125 s]
[INFO] Flowable - Entity Link Service API … SUCCESS [ 0.663 s]
[INFO] Flowable - Entity Link Service … SUCCESS [ 1.999 s]
[INFO] Flowable - IDM API … SUCCESS [ 0.902 s]
[INFO] Flowable - IDM Engine … SUCCESS [ 4.560 s]
[INFO] flowable-idm-engine-configurator … SUCCESS [ 0.777 s]
[INFO] Flowable - Form API … SUCCESS [ 0.798 s]
[INFO] Flowable - Form Model … SUCCESS [ 0.682 s]
[INFO] Flowable - DMN Model … SUCCESS [ 0.827 s]
[INFO] Flowable - DMN API … SUCCESS [ 1.021 s]
[INFO] Flowable - Content API … SUCCESS [ 0.662 s]
[INFO] Flowable - CMMN Model … SUCCESS [ 1.239 s]
[INFO] Flowable - Identity Link Service API … SUCCESS [ 0.598 s]
[INFO] Flowable - Task Service API … SUCCESS [ 0.807 s]
[INFO] Flowable - Job Service API … SUCCESS [ 0.633 s]
[INFO] Flowable - CMMN API … SUCCESS [ 1.197 s]
[INFO] Flowable - CMMN Converter … SUCCESS [ 2.644 s]
[INFO] Flowable - CMMN Image Generator … SUCCESS [ 0.947 s]
[INFO] Flowable - Variable Service … SUCCESS [ 3.337 s]
[INFO] Flowable - Identity Link Service … SUCCESS [ 2.206 s]
[INFO] Flowable - Task Service … SUCCESS [ 3.076 s]
[INFO] Flowable - Job Service … SUCCESS [ 3.909 s]
[INFO] Flowable - CMMN Engine … SUCCESS [ 16.342 s]
[INFO] Flowable Job Spring Service … SUCCESS [ 0.775 s]
[INFO] Flowable - Engine … SUCCESS [ 52.340 s]
[INFO] Flowable - App Engine API … SUCCESS [ 0.663 s]
[INFO] Flowable - App Engine … SUCCESS [ 3.438 s]
[INFO] flowable-spring-security … SUCCESS [ 1.506 s]
[INFO] Flowable - JSON Converter … SUCCESS [ 2.609 s]
[INFO] Flowable - Spring Common … SUCCESS [ 0.834 s]
[INFO] flowable-form-json-converter … SUCCESS [ 0.936 s]
[INFO] Flowable - Form Engine … SUCCESS [ 3.621 s]
[INFO] Flowable - Form Engine Configurator … SUCCESS [ 1.851 s]
[INFO] Flowable - CMMN Engine Configurator … SUCCESS [ 2.348 s]
[INFO] Flowable - Engine Configurator … SUCCESS [ 1.578 s]
[INFO] Flowable - IDM - Spring … SUCCESS [ 1.559 s]
[INFO] flowable-idm-spring-configurator … SUCCESS [ 0.946 s]
[INFO] Flowable - Spring … SUCCESS [ 3.407 s]
[INFO] Flowable - Spring Configurator … SUCCESS [ 0.901 s]
[INFO] Flowable - Secure Scripting … SUCCESS [ 1.411 s]
[INFO] Flowable - Groovy static compiled scripts engine … SUCCESS [ 1.481 s]
[INFO] Flowable - App Engine - Spring … SUCCESS [ 1.714 s]
[INFO] Flowable - Common - REST … SUCCESS [ 1.007 s]
[INFO] Flowable - App Engine REST … SUCCESS [ 2.798 s]
[INFO] Flowable - DMN JSON Converter … SUCCESS [ 1.152 s]
[INFO] Flowable - DMN XML Converter … SUCCESS [ 1.397 s]
[INFO] Flowable - DMN Engine … SUCCESS [ 4.940 s]
[INFO] Flowable - Dmn Engine Configurator … SUCCESS [ 2.008 s]
[INFO] Flowable - Dmn - Spring … SUCCESS [ 2.067 s]
[INFO] Flowable - Dmn Spring Configurator … SUCCESS [ 2.055 s]
[INFO] Flowable - DMN REST … SUCCESS [ 2.590 s]
[INFO] Flowable - CMMN JSON Converter … SUCCESS [ 1.834 s]
[INFO] Flowable - Cmmn - Spring … SUCCESS [ 2.418 s]
[INFO] Flowable - Cmmn Spring Configurator … SUCCESS [ 1.141 s]
[INFO] Flowable - Form - Spring … SUCCESS [ 1.772 s]
[INFO] Flowable - Form Spring Configurator … SUCCESS [ 1.997 s]
[INFO] Flowable - CMNMN Rest - Classes … SUCCESS [ 6.880 s]
[INFO] Flowable - Form REST … SUCCESS [ 2.441 s]
[INFO] Flowable - IDM REST … SUCCESS [ 1.342 s]
[INFO] Flowable - Content Engine … SUCCESS [ 2.225 s]
[INFO] Flowable - Content Engine Configurator … SUCCESS [ 1.067 s]
[INFO] Flowable - Content - Spring … SUCCESS [ 1.368 s]
[INFO] Flowable - Content Spring Configurator … SUCCESS [ 1.138 s]
[INFO] Flowable - Content - REST … SUCCESS [ 2.484 s]
[INFO] Flowable 5 Compatibility - Engine … SUCCESS [ 13.095 s]
[INFO] Flowable 5 Compatibility … SUCCESS [ 0.998 s]
[INFO] Flowable 5 - Spring … SUCCESS [ 1.093 s]
[INFO] Flowable 5 Spring Compatibility … SUCCESS [ 0.835 s]
[INFO] Flowable - LDAP … SUCCESS [ 0.829 s]
[INFO] Flowable - Rest - Classes … SUCCESS [ 7.333 s]
[INFO] flowable-spring-boot … SUCCESS [ 0.639 s]
[INFO] flowable-spring-boot-starters … SUCCESS [ 0.269 s]
[INFO] flowable-spring-boot-autoconfigure … SUCCESS [ 8.683 s]
[INFO] flowable-spring-boot-starter-basic … SUCCESS [ 0.422 s]
[INFO] Flowable - Spring Boot Process Starter … SUCCESS [ 0.426 s]
[INFO] flowable-spring-boot-starter-integration … SUCCESS [ 0.389 s]
[INFO] flowable-spring-boot-starter-actuator … SUCCESS [ 0.425 s]
[INFO] Flowable - Spring Boot App Starter … SUCCESS [ 0.431 s]
[INFO] Flowable - Spring Boot CMMN Starter … SUCCESS [ 0.459 s]
[INFO] Flowable - Spring Boot DMN Starter … SUCCESS [ 0.440 s]
[INFO] Flowable - Spring Boot Starter … SUCCESS [ 0.455 s]
[INFO] Flowable - Spring Boot CMMN REST Starter … SUCCESS [ 0.490 s]
[INFO] Flowable - Spring Boot DMN REST Starter … SUCCESS [ 0.459 s]
[INFO] Flowable - Spring Boot Process REST Starter … SUCCESS [ 0.458 s]
[INFO] Flowable - Spring Boot App REST Starter … SUCCESS [ 0.477 s]
[INFO] flowable-spring-boot-starter-rest-api … SUCCESS [ 0.418 s]
[INFO] Flowable - Spring Boot REST Starter … SUCCESS [ 0.446 s]
[INFO] flowable-spring-boot-samples … SUCCESS [ 0.160 s]
[INFO] flowable-spring-boot-sample-app … SUCCESS [ 1.710 s]
[INFO] flowable-spring-boot-sample-process … SUCCESS [ 2.030 s]
[INFO] flowable-spring-boot-sample-jpa … SUCCESS [ 2.208 s]
[INFO] flowable-spring-boot-sample-jpa-all … SUCCESS [ 2.851 s]
[INFO] flowable-spring-boot-sample-security … SUCCESS [ 0.336 s]
[INFO] flowable-spring-boot-sample-rest-api … SUCCESS [ 3.273 s]
[INFO] flowable-spring-boot-sample-rest-api-security … SUCCESS [ 3.364 s]
[INFO] flowable-spring-boot-sample-actuator … SUCCESS [ 2.463 s]
[INFO] flowable-spring-boot-sample-integration … SUCCESS [ 2.229 s]
[INFO] flowable-spring-boot-sample-custom-mybatis-mapper … SUCCESS [ 2.308 s]
[INFO] flowable-spring-boot-sample-dmn … SUCCESS [ 1.600 s]
[INFO] flowable-spring-boot-sample-form … SUCCESS [ 1.630 s]
[INFO] flowable-spring-boot-sample-content … SUCCESS [ 2.134 s]
[INFO] flowable-spring-boot-sample-cmmn … SUCCESS [ 2.046 s]
[INFO] flowable-spring-boot-sample-ldap … SUCCESS [ 2.913 s]
[INFO] flowable-spring-boot-sample-rest-1.5.x … SUCCESS [ 3.141 s]
[INFO] flowable-spring-boot-sample-starter … SUCCESS [ 2.458 s]
[INFO] Flowable - HTTP … SUCCESS [ 2.996 s]
[INFO] Flowable - REST - APP … SUCCESS [ 20.521 s]
[INFO] Flowable - Cxf … FAILURE [ 3.365 s]
[INFO] Flowable - OSGi … SKIPPED
[INFO] Flowable - Camel … SKIPPED
[INFO] Flowable - Mule … SKIPPED
[INFO] Flowable - Cdi … SKIPPED
[INFO] Flowable - Camel CDI … SKIPPED
[INFO] Flowable - LDAP - Configurator … SKIPPED
[INFO] Flowable - JMX … SKIPPED
[INFO] Flowable - JMS - Spring - Executor … SKIPPED
[INFO] Flowable - CrystalBall … SKIPPED
[INFO] Flowable UI Common … SKIPPED
[INFO] flowable-ui-edge … SKIPPED
[INFO] flowable-archetype-unittest … SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:18 min
[INFO] Finished at: 2019-10-11T10:24:01+07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project flowable-cxf: Compilation failure: Compilation failure:
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[17,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[18,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[19,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[26,2] cannot find symbol
[ERROR] symbol: class WebService
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/MaxValueReachedFault.java:[15,20] package javax.xml.ws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/MaxValueReachedFault.java:[22,2] cannot find symbol
[ERROR] symbol: class WebFault
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMockImpl.java:[17,17] package javax.jws does not exist
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMockImpl.java:[24,2] cannot find symbol
[ERROR] symbol: class WebService
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[39,6] cannot find symbol
[ERROR] symbol: class WebResult
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[53,17] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[65,30] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[65,72] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[64,6] cannot find symbol
[ERROR] symbol: class WebResult
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[75,28] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[75,67] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[82,6] cannot find symbol
[ERROR] symbol: class WebResult
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[86,26] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[86,68] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[85,6] cannot find symbol
[ERROR] symbol: class WebResult
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[89,32] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[89,74] cannot find symbol
[ERROR] symbol: class WebParam
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock
[ERROR] /C:/Users/gspe/Desktop/TestingProject/tomcat/webapps/flowable-engine/modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/WebServiceMock.java:[88,6] cannot find symbol
[ERROR] symbol: class WebResult
[ERROR] location: interface org.flowable.engine.impl.webservice.WebServiceMock

Solved the problem by adding the missing dependencies in the pom.xml file.

I got these errors while executing the fifth steps. The link I attached contains the error trace: https://www.onlinenotepad.us/dZR6wPchKf .