Advertisement
Guest User

coder@coder:~/Desktop/OpenELIS-Global-2/dataexport$ mvn clean install -DskipTests [INFO] Scanning f

a guest
Jan 3rd, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. coder@coder:~/Desktop/OpenELIS-Global-2/dataexport$ mvn clean install -DskipTests
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] Data Export [pom]
  7. [INFO] Data Export Core [jar]
  8. [INFO] Data Export API [jar]
  9. [INFO]
  10. [INFO] ------------------------< org.itech:dataexport >------------------------
  11. [INFO] Building Data Export 0.0.0.7 [1/3]
  12. [INFO] --------------------------------[ pom ]---------------------------------
  13. [INFO]
  14. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataexport ---
  15. [INFO]
  16. [INFO] --- maven-install-plugin:2.4:install (default-install) @ dataexport ---
  17. [INFO] Installing /home/coder/Desktop/OpenELIS-Global-2/dataexport/pom.xml to /home/coder/.m2/repository/org/itech/dataexport/0.0.0.7/dataexport-0.0.0.7.pom
  18. [INFO]
  19. [INFO] ---------------------< org.itech:dataexport-core >----------------------
  20. [INFO] Building Data Export Core 0.0.0.7 [2/3]
  21. [INFO] --------------------------------[ jar ]---------------------------------
  22. [INFO]
  23. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataexport-core ---
  24. [INFO] Deleting /home/coder/Desktop/OpenELIS-Global-2/dataexport/dataexport-core/target
  25. [INFO]
  26. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dataexport-core ---
  27. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  28. [INFO] skip non existing resourceDirectory /home/coder/Desktop/OpenELIS-Global-2/dataexport/dataexport-core/src/main/resources
  29. [INFO]
  30. [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ dataexport-core ---
  31. [INFO] Changes detected - recompiling the module!
  32. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  33. [INFO] Compiling 12 source files to /home/coder/Desktop/OpenELIS-Global-2/dataexport/dataexport-core/target/classes
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] Reactor Summary for Data Export 0.0.0.7:
  36. [INFO]
  37. [INFO] Data Export ........................................ SUCCESS [ 0.463 s]
  38. [INFO] Data Export Core ................................... FAILURE [ 1.216 s]
  39. [INFO] Data Export API .................................... SKIPPED
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] BUILD FAILURE
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] Total time: 1.844 s
  44. [INFO] Finished at: 2024-01-03T06:10:25-05:00
  45. [INFO] ------------------------------------------------------------------------
  46. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project dataexport-core: Fatal error compiling: invalid flag: --release -> [Help 1]
  47. [ERROR]
  48. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  49. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  50. [ERROR]
  51. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  52. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  53. [ERROR]
  54. [ERROR] After correcting the problems, you can resume the build with the command
  55. [ERROR] mvn <args> -rf :dataexport-core
  56. coder@coder:~/Desktop/OpenELIS-Global-2/dataexport$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement