sbunciak

diy git push

May 3rd, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. [sbunciak@dhcp-27-195 java7]$ git push
  2. Counting objects: 9, done.
  3. Delta compression using up to 4 threads.
  4. Compressing objects: 100% (5/5), done.
  5. Writing objects: 100% (5/5), 432 bytes, done.
  6. Total 5 (delta 3), reused 0 (delta 0)
  7. remote: Stopping application...
  8. remote: Done
  9. remote: ~/git/java7.git ~/git/java7.git
  10. remote: ~/git/java7.git
  11. remote: Running .openshift/action_hooks/pre_build
  12. remote: Running .openshift/action_hooks/build
  13. remote: [INFO] Error stacktraces are turned on.
  14. remote: [INFO] Scanning for projects...
  15. remote: [INFO]
  16. remote: [INFO] ------------------------------------------------------------------------
  17. remote: [INFO] Building JBoss AS Quickstarts: Login 7.0.0-SNAPSHOT
  18. remote: [INFO] ------------------------------------------------------------------------
  19. remote: [INFO]
  20. remote: [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-login ---
  21. remote: [INFO]
  22. remote: [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-login ---
  23. remote: [INFO] Using 'UTF-8' encoding to copy filtered resources.
  24. remote: [INFO] Copying 2 resources
  25. remote: [INFO]
  26. remote: [INFO] --- maven-compiler-plugin:2.4:compile (default-compile) @ jboss-as-login ---
  27. remote: [INFO] Compiling 9 source files to /var/lib/stickshift/5519757dc02842e58261d2647f43ba4c/java7/runtime/repo/target/classes
  28. remote: [INFO]
  29. remote: [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jboss-as-login ---
  30. remote: [INFO] Using 'UTF-8' encoding to copy filtered resources.
  31. remote: [INFO] skip non existing resourceDirectory /var/lib/stickshift/5519757dc02842e58261d2647f43ba4c/java7/runtime/repo/src/test/resources
  32. remote: [INFO]
  33. remote: [INFO] --- maven-compiler-plugin:2.4:testCompile (default-testCompile) @ jboss-as-login ---
  34. remote: [INFO] No sources to compile
  35. remote: [INFO]
  36. remote: [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ jboss-as-login ---
  37. remote: [INFO] Tests are skipped.
  38. remote: [INFO]
  39. remote: [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jboss-as-login ---
  40. remote: [INFO] Packaging webapp
  41. remote: [INFO] Assembling webapp [jboss-as-login] in [/var/lib/stickshift/5519757dc02842e58261d2647f43ba4c/java7/runtime/repo/target/jboss-as-login]
  42. remote: [INFO] Processing war project
  43. remote: [INFO] Copying webapp resources [/var/lib/stickshift/5519757dc02842e58261d2647f43ba4c/java7/runtime/repo/src/main/webapp]
  44. remote: [INFO] Webapp assembled in [492 msecs]
  45. remote: [INFO] Building war: /var/lib/stickshift/5519757dc02842e58261d2647f43ba4c/java7/data/jboss-as-7.1.1.Final/standalone/deployments/ROOT.war
  46. remote: [INFO] ------------------------------------------------------------------------
  47. remote: [INFO] BUILD SUCCESS
  48. remote: [INFO] ------------------------------------------------------------------------
  49. remote: [INFO] Total time: 23.593s
  50. remote: [INFO] Finished at: Thu May 03 10:17:37 EDT 2012
  51. remote: [INFO] Final Memory: 5M/77M
  52. remote: [INFO] ------------------------------------------------------------------------
  53. remote: Running .openshift/action_hooks/deploy
  54. remote: Starting application...
  55. remote: starting JBossAS7
  56. remote: Done
  57. remote: Running .openshift/action_hooks/post_deploy
Advertisement
Add Comment
Please, Sign In to add comment