Vaerys_Dawn

build logs

Oct 30th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.56 KB | None | 0 0
  1. "E:\Program Files\Java\Jdk1.8.0_91\bin\java" "-Dmaven.home=E:\Program Files\IntelliJ IDEA Community Edition 2016.1.4\plugins\maven\lib\maven3" "-Dclassworlds.conf=E:\Program Files\IntelliJ IDEA Community Edition 2016.1.4\plugins\maven\lib\maven3\bin\m2.conf" -Didea.launcher.port=7536 "-Didea.launcher.bin.path=E:\Program Files\IntelliJ IDEA Community Edition 2016.1.4\bin" -Dfile.encoding=UTF-8 -classpath "E:\Program Files\IntelliJ IDEA Community Edition 2016.1.4\plugins\maven\lib\maven3\boot\plexus-classworlds-2.4.jar;E:\Program Files\IntelliJ IDEA Community Edition 2016.1.4\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.1.4 -e clean package
  2. [INFO] Error stacktraces are turned on.
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for com.github.vaerys:DiscordSAIL:jar:2.0.0
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 12, column 21
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO]                                                                        
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Building DiscordSAIL 2.0.0
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO]
  17. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ DiscordSAIL ---
  18. [INFO] Deleting E:\Repositories\DiscordSailv2\target
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] BUILD FAILURE
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] Total time: 0.502s
  23. [INFO] Finished at: Sun Oct 30 23:43:19 AEDT 2016
  24. [INFO] Final Memory: 5M/15M
  25. [INFO] ------------------------------------------------------------------------
  26. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) on project DiscordSAIL: Failed to clean project: Failed to delete E:\Repositories\DiscordSailv2\target -> [Help 1]
  27. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) on project DiscordSAIL: Failed to clean project: Failed to delete E:\Repositories\DiscordSailv2\target
  28.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
  29.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  30.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  31.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  32.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  33.     at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  34.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  35.     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  36.     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  37.     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  38.     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  39.     at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  40.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  42.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43.     at java.lang.reflect.Method.invoke(Method.java:498)
  44.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  45.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  46.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  47.     at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  48.     at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  49.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52.     at java.lang.reflect.Method.invoke(Method.java:498)
  53.     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
  54. Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to clean project: Failed to delete E:\Repositories\DiscordSailv2\target
  55.     at org.apache.maven.plugin.clean.CleanMojo.execute(CleanMojo.java:188)
  56.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  57.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  58.     ... 25 more
  59. Caused by: java.io.IOException: Failed to delete E:\Repositories\DiscordSailv2\target
  60.     at org.apache.maven.plugin.clean.Cleaner.delete(Cleaner.java:227)
  61.     at org.apache.maven.plugin.clean.Cleaner.delete(Cleaner.java:186)
  62.     at org.apache.maven.plugin.clean.Cleaner.delete(Cleaner.java:115)
  63.     at org.apache.maven.plugin.clean.CleanMojo.execute(CleanMojo.java:168)
  64.     ... 27 more
  65. [ERROR]
  66. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  67. [ERROR]
  68. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  69. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment