-
Notifications
You must be signed in to change notification settings - Fork 20k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.wakaleo.gameoflife:gameoflife-web unable to resolve dependencies. #152
Comments
This issue is fixed i had an issue with JAVA and maven installation. |
I am get the same error with you. How did you solve it ? Look forward to your reply |
@Buguin please check for Java and maven home, probably they are not set correctly. Please let me know if this halped you. |
@gauravbajaj4 I don't think there is an error for my configuration. When i execute mvn -version, cmd feedback as following. |
@Buguin agreed that maven on your system is fine, but in my case I had an issue with maven home....... Can you check in your Jenkins global setting for Java and maven. |
@gauravbajaj4 I find the reason of this kind of error. Due to the dependency in this project, you should install gameoflife-core and gameoflife-build on your repository before building. You can excute the following cmd for installing subproject. |
Hi, I got this error today. Does anyone has update on it, whether its resolved or not ? |
Hi, Fixed the error by adding "install" maven goal.
|
Hello, +++++++++++++++++++++++++++++++++++++++++ |
Also one clean the local repository after such install using |
|
…uality-fix-1 General code quality fix-1
I am getting below error while trying to build Static Code Analysis
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ gameoflife-core ---
[INFO] There are 111 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gameoflife-web 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] gameoflife ......................................... SUCCESS [ 2.318 s]
[INFO] gameoflife-build ................................... SUCCESS [ 2.185 s]
[INFO] gameoflife-core .................................... SUCCESS [ 1.416 s]
[INFO] gameoflife-web ..................................... FAILURE [ 0.307 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.778 s
[INFO] Finished at: 2017-05-09T02:07:44+00:00
[INFO] Final Memory: 19M/47M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project gameoflife-web: Could not resolve dependencies for project com.wakaleo.gameoflife:gameoflife-web:war:1.0-SNAPSHOT: Could not find artifact com.wakaleo.gameoflife:gameoflife-core:jar:1.0-SNAPSHOT -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :gameoflife-web
Build step 'Invoke top-level Maven targets' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
Finished: FAILURE
The text was updated successfully, but these errors were encountered: