Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. 12:17:12 [ERROR] Failed to execute goal com.googlecode.maven-download- plugin:download-maven-plugin:1.3.0:wget (default) on project myprojecy: The parameters 'url' for goal com.googlecode.maven-download-plugin:download-maven-plugin:1.3.0:wget are missing or invalid -> [Help 1]
  2. 12:17:12 [ERROR]
  3. 12:17:12 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  4. 12:17:12 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  5. 12:17:12 [ERROR]
  6. 12:17:12 [ERROR] For more information about the errors and possible solutions, please read the following articles:
  7. 12:17:12 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginParameterException
  8.  
  9. <settings class="jenkins.mvn.DefaultSettingsProvider"/>
  10. <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
  11. <injectBuildVariables>false</injectBuildVariables>
  12.  
  13. configure { node ->
  14. node / settings (class: 'jenkins.mvn.DefaultSettingsProvider') {
  15. }
  16. node / globalSettings (class: 'jenkins.mvn.DefaultGlobalSettingsProvider') {
  17. }
  18. node / injectBuildVariables ('false') {
  19. }
  20. }
  21.  
  22. 15:06:31 [DEBUG] Goal: com.googlecode.maven-download-plugin:download-maven-plugin:1.3.0:wget (default)
  23. 15:06:31 [DEBUG] Style: Regular
  24. 15:06:31 [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
  25. 15:06:31 <configuration>
  26. 15:06:31 <cacheDirectory>${download.cache.directory}</cacheDirectory>
  27. 15:06:31 <checkSignature default-value="false">${checkSignature}</checkSignature>
  28. 15:06:31 <failOnError default-value="true"/>
  29. 15:06:31 <outputDirectory default-value="${project.build.directory}">D:datajenkinsworkspaceprojecttarget</outputDirectory>
  30. 15:06:31 <outputFileName>${jarsigner.keystore.filename}</outputFileName>
  31. 15:06:31 <overwrite>${download.overwrite}</overwrite>
  32. 15:06:31 <readTimeOut default-value="0"/>
  33. 15:06:31 <retries default-value="2"/>
  34. 15:06:31 <session>${session}</session>
  35. 15:06:31 <skip default-value="false">${download.plugin.skip}</skip>
  36. 15:06:31 <skipCache default-value="false"/>
  37. 15:06:31 <unpack default-value="false">false</unpack>
  38. 15:06:31 <url>${jarsigner.keystore.url}</url>
  39. 15:06:31 </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement