[INFO] Scanning for projects...
[ERROR] [ERROR] Could not find the selected project in the reactor: proctor-webapp @
[ERROR] Could not find the selected project in the reactor: proctor-webapp -> [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:
Can i get a resolution for the above error?
Also, We tried to workaround this issue, and ran the following:
mvn clean package
to build the target dependencies.
and then tried the 4th step :
java -Dconfig.dir="$PWD/proctor-webapp/example-apache-config" -jar proctor-webapp/target/dependency/webapp-runner.jar --context-xml proctor-webapp/example-apache-config/proctor-webapp.xml --expand-war proctor-webapp/target/proctor-webapp-9999-SNAPSHOT.war
and opened localhost:8080
but got the following error in console, due to which test-defintions aren't being created.


attached the pom.xml file with this issue.
Can we get the solution to this error as well?