You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this when attempt to build it:
Building in workspace /var/lib/jenkins/workspace/DEVELOPER_CODE_REVIEW
git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://github.com/wakaleo/game-of-life.git # timeout=10
Fetching upstream changes from https://github.com/wakaleo/game-of-life.git
git --version # timeout=10
using GIT_ASKPASS to set credentials
git fetch --tags --progress https://github.com/wakaleo/game-of-life.git +refs/heads/:refs/remotes/origin/
git rev-parse refs/remotes/origin/master^{commit} # timeout=10
git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision c3f5796 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f c3f5796
First time build. Skipping changelog.
[DEVELOPER_CODE_REVIEW] $ /usr/local/maven/bin/mvn -P metrics pmd:pmd
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] gameoflife
[INFO] gameoflife-build
[INFO] gameoflife-core
[INFO] gameoflife-web
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gameoflife 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-pmd-plugin:3.2:pmd (default-cli) @ gameoflife ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gameoflife-build 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-pmd-plugin:3.2:pmd (default-cli) @ gameoflife-build ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gameoflife-core 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-pmd-plugin:3.2:pmd (default-cli) @ gameoflife-core ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building gameoflife-web 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] gameoflife ......................................... SUCCESS [ 1.264 s]
[INFO] gameoflife-build ................................... SUCCESS [ 0.005 s]
[INFO] gameoflife-core .................................... SUCCESS [ 0.003 s]
[INFO] gameoflife-web ..................................... FAILURE [ 0.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.592 s
[INFO] Finished at: 2017-04-15T02:32:53+05:30
[INFO] Final Memory: 17M/185M
[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
[PMD] Skipping publisher since build result is FAILURE
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Finished: FAILURE
The text was updated successfully, but these errors were encountered:
sivabitra
pushed a commit
to sivabitra/game-of-life
that referenced
this issue
Jun 29, 2022
I am getting this when attempt to build it:
Building in workspace /var/lib/jenkins/workspace/DEVELOPER_CODE_REVIEW
The text was updated successfully, but these errors were encountered: