Advertisement
Suubi7

Ui Test framework compile with -U

Mar 16th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1.  
  2. @suubi7 | 16:02:12.99 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > mvn clean install -U
  3. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  4. [INFO] Scanning for projects...
  5. [WARNING]
  6. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:uitestframework:jar:2.4.0-SNAPSHOT
  7. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 125, column 21
  8. [WARNING]
  9. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  10. [WARNING]
  11. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  12. [WARNING]
  13. [INFO]
  14. [INFO] ----------------< org.openmrs.contrib:uitestframework >-----------------
  15. [INFO] Building UI Test Framework 2.4.0-SNAPSHOT
  16. [INFO] --------------------------------[ jar ]---------------------------------
  17. [INFO]
  18. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uitestframework ---
  19. [INFO] Deleting C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target
  20. [INFO]
  21. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uitestframework ---
  22. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  23. [INFO] Copying 5 resources
  24. [INFO]
  25. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uitestframework ---
  26. [INFO] Changes detected - recompiling the module!
  27. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  28. [INFO] Compiling 8 source files to C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\classes
  29. [WARNING] /C:/Users/Suubi-Joshua/openmrs-contrib-uitestframework/src/main/java/org/openmrs/uitestframework/page/Page.java: Some input files use or override a deprecated API.
  30. [WARNING] /C:/Users/Suubi-Joshua/openmrs-contrib-uitestframework/src/main/java/org/openmrs/uitestframework/page/Page.java: Recompile with -Xlint:deprecation for details.
  31. [INFO]
  32. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uitestframework ---
  33. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  34. [INFO] skip non existing resourceDirectory C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\src\test\resources
  35. [INFO]
  36. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ uitestframework ---
  37. [INFO] No sources to compile
  38. [INFO]
  39. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ uitestframework ---
  40. [INFO] No tests to run.
  41. [INFO]
  42. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ uitestframework ---
  43. [INFO] Building jar: C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\uitestframework-2.4.0-SNAPSHOT.jar
  44. [INFO]
  45. [INFO] --- maven-install-plugin:2.4:install (default-install) @ uitestframework ---
  46. [INFO] Installing C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\uitestframework-2.4.0-SNAPSHOT.jar to C:\Users\Suubi-Joshua\.m2\repository\org\openmrs\contrib\uitestframework\2.4.0-SNAPSHOT\uitestframework-2.4.0-SNAPSHOT.jar
  47. [INFO] Installing C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\pom.xml to C:\Users\Suubi-Joshua\.m2\repository\org\openmrs\contrib\uitestframework\2.4.0-SNAPSHOT\uitestframework-2.4.0-SNAPSHOT.pom
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] BUILD SUCCESS
  50. [INFO] ------------------------------------------------------------------------
  51. [INFO] Total time: 01:10 min
  52. [INFO] Finished at: 2021-03-16T16:04:09+03:00
  53. [INFO] ------------------------------------------------------------------------
  54.  
  55. @suubi7 | 16:04:09.51 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement