Skip to content

Instantly share code, notes, and snippets.

@mastier
Last active February 26, 2016 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mastier/58690b60c70544a24b4d to your computer and use it in GitHub Desktop.
Save mastier/58690b60c70544a24b4d to your computer and use it in GitHub Desktop.
Jenkins subversion-plugin maven log
[INFO] Scanning for projects...
[WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:1.106 is missing, no dependency information available
[WARNING] Failed to build parent project for org.jenkins-ci.plugins:subversion:hpi:2.5.7
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Jenkins Subversion Plug-in 2.5.7
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-hpi-plugin:1.96:validate (default-validate) @ subversion ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ subversion ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:display-info (display-info) @ subversion ---
[INFO] Maven Version: 3.3.3
[INFO] JDK Version: 1.8.0_66 normalized as: 1.8.0-66
[INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.2.0-27-generic
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ subversion ---
[INFO]
[INFO] --- maven-localizer-plugin:1.14:generate (default) @ subversion ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ subversion ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 275 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ subversion ---
[INFO] Compiling 34 source files to /home/woronicz/workspace/subversion-plugin/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/woronicz/workspace/subversion-plugin/src/main/java/hudson/scm/SubversionEventHandlerImpl.java:[94,84] error: cannot find symbol
[ERROR] symbol: method getExternalInfo()
location: variable event of type SVNEvent
/home/woronicz/workspace/subversion-plugin/src/main/java/hudson/scm/SubversionEventHandlerImpl.java:[94,119] error: cannot find symbol
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.263 s
[INFO] Finished at: 2016-02-26T16:10:08+01:00
[INFO] Final Memory: 39M/551M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project subversion: Compilation failure: Compilation failure:
[ERROR] /home/woronicz/workspace/subversion-plugin/src/main/java/hudson/scm/SubversionEventHandlerImpl.java:[94,84] error: cannot find symbol
[ERROR] symbol: method getExternalInfo()
[ERROR] location: variable event of type SVNEvent
[ERROR] /home/woronicz/workspace/subversion-plugin/src/main/java/hudson/scm/SubversionEventHandlerImpl.java:[94,119] error: cannot find symbol
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment