lincolnthree

#SeamForge builds its own plugins

Mar 21st, 2011
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.63 KB | None | 0 0
  1.    ____                          _____                    
  2.   / ___|  ___  __ _ _ __ ___    |  ___|__  _ __ __ _  ___
  3.   \___ \ / _ \/ _` | '_ ` _ \   | |_ / _ \| '__/ _` |/ _ \  \\
  4.    ___) |  __/ (_| | | | | | |  |  _| (_) | | | (_| |  __/  //
  5.   |____/ \___|\__,_|_| |_| |_|  |_|  \___/|_|  \__, |\___|
  6.                                                 |___/      
  7. [forge-distribution] dist $ f
  8. find     forge    
  9. [forge-distribution] dist $ forge plugin-
  10. plugin-search     plugin-install    
  11. [forge-distribution] dist $ forge plugin-search prettyfaces
  12. Connecting to remote repository [http://seamframework.org/service/File/151534]... connected!
  13.  - prettyfaces (com.ocpsoft:prettyfaces-forge-plugin:1.0.0-SNAPSHOT)
  14. [forge-distribution] dist $ forge plugin-install prettyfaces
  15. Connecting to remote repository [http://seamframework.org/service/File/151534]... connected!
  16. ***INFO*** Preparing to install plugin: prettyfaces
  17. ***INFO*** Checking out plugin source files via 'git':prettyfaces
  18. git clone 'git://github.com/ocpsoft/prettyfaces-forge-plugin.git' 1.0.0-SNAPSHOT '--depth' 1
  19. Initialized empty Git repository in /home/lb3/.forge/workspace/com.ocpsoft/prettyfaces-forge-plugin/1.0.0-SNAPSHOT/.git/
  20. ***INFO*** Invoking build with underlying build system.
  21. [INFO] Scanning for projects...
  22. [WARNING]
  23. [WARNING] Some problems were encountered while building the effective model for com.ocpsoft.forge.prettyfaces:prettyfaces-forge-plugin:jar:1.0.0-SNAPSHOT
  24. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 39, column 15
  25. [WARNING]
  26. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  27. [WARNING]
  28. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  29. [WARNING]
  30. [INFO]                                                                        
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Building prettyfaces-forge-plugin 1.0.0-SNAPSHOT
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO]
  35. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prettyfaces-forge-plugin ---
  36. [INFO]
  37. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ prettyfaces-forge-plugin ---
  38. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  39. [INFO] Copying 2 resources
  40. [INFO]
  41. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ prettyfaces-forge-plugin ---
  42. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  43. [INFO] Compiling 3 source files to /home/lb3/.forge/workspace/com.ocpsoft/prettyfaces-forge-plugin/1.0.0-SNAPSHOT/target/classes
  44. [INFO]
  45. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ prettyfaces-forge-plugin ---
  46. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  47. [INFO] skip non existing resourceDirectory /home/lb3/.forge/workspace/com.ocpsoft/prettyfaces-forge-plugin/1.0.0-SNAPSHOT/src/test/resources
  48. [INFO]
  49. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ prettyfaces-forge-plugin ---
  50. [INFO] No sources to compile
  51. [INFO]
  52. [INFO] --- maven-surefire-plugin:2.7.1:test (default-test) @ prettyfaces-forge-plugin ---
  53. [INFO] No tests to run.
  54. [INFO] Surefire report directory: /home/lb3/.forge/workspace/com.ocpsoft/prettyfaces-forge-plugin/1.0.0-SNAPSHOT/target/surefire-reports
  55.  
  56. -------------------------------------------------------
  57.  T E S T S
  58. -------------------------------------------------------
  59. There are no tests to run.
  60.  
  61. Results :
  62.  
  63. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  64.  
  65. [INFO]
  66. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ prettyfaces-forge-plugin ---
  67. [INFO] Building jar: /home/lb3/.forge/workspace/com.ocpsoft/prettyfaces-forge-plugin/1.0.0-SNAPSHOT/target/prettyfaces-forge-plugin-1.0.0-SNAPSHOT.jar
  68. [INFO] ------------------------------------------------------------------------
  69. [INFO] BUILD SUCCESS
  70. [INFO] ------------------------------------------------------------------------
  71. [INFO] Total time: 3.189s
  72. [INFO] Finished at: Mon Mar 21 17:05:30 EDT 2011
  73. [INFO] Final Memory: 10M/159M
  74. [INFO] ------------------------------------------------------------------------
  75. ***INFO*** Copying build artifact to: /home/lb3/.forge/plugins/prettyfaces-forge-plugin-1.0.0-SNAPSHOT.jar
  76. ***INFO*** Reinitializing and installing [prettyfaces]
  77. [forge-distribution] dist $
  78. [forge-distribution] dist $ prettyfaces
  79. setup          mapping-add
Advertisement
Add Comment
Please, Sign In to add comment