Skip to content

Instantly share code, notes, and snippets.

@romartin
Created September 30, 2019 18:56
Show Gist options
  • Save romartin/c017ea5b7bc7492b7433e956f84f33b4 to your computer and use it in GitHub Desktop.
Save romartin/c017ea5b7bc7492b7433e956f84f33b4 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:55 min
[INFO] Finished at: 2019-10-01T20:51:40+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project kie-wb-common-library-backend: Compilation failure: Compilation failure:
[ERROR] /home/roger/development/romartin/kie-wb-common/kie-wb-common-screens/kie-wb-common-library/kie-wb-common-library-backend/src/main/java/org/kie/workbench/common/screens/impl/LibraryServiceImpl.java:[57,55] package org.guvnor.structure.repositories.changerequest does not exist
[ERROR] /home/roger/development/romartin/kie-wb-common/kie-wb-common-screens/kie-wb-common-library/kie-wb-common-library-backend/src/main/java/org/kie/workbench/common/screens/impl/LibraryServiceImpl.java:[126,13] cannot find symbol
[ERROR] symbol: class ChangeRequestService
[ERROR] location: class org.kie.workbench.common.screens.impl.LibraryServiceImpl
[ERROR] /home/roger/development/romartin/kie-wb-common/kie-wb-common-screens/kie-wb-common-library/kie-wb-common-library-backend/src/main/java/org/kie/workbench/common/screens/impl/LibraryServiceImpl.java:[151,37] cannot find symbol
[ERROR] symbol: class ChangeRequestService
[ERROR] location: class org.kie.workbench.common.screens.impl.LibraryServiceImpl
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :kie-wb-common-library-backend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment