Advertisement
mrk1989

donemaven

Jun 26th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. D:\workspace>cd a
  2.  
  3. D:\workspace\a>mvn clean install -DskipTests eclipse:eclipse
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective settings
  6. [WARNING] expected START_TAG or END_TAG not TEXT (position: TEXT seen ...</priva
  7. teKey> (default is ~/.ssh/id_dsa)\n <p... @138:9) @ C:\Program Files\Apach
  8. e Software Foundation\apache-maven-3.3.3\bin\..\conf\settings.xml, line 138, col
  9. umn 9
  10. [WARNING]
  11. [INFO] Scanning for projects...
  12. [INFO]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Building a 0.0.1-SNAPSHOT
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO]
  17. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ a ---
  18. [INFO] Deleting D:\workspace\a\target
  19. [INFO]
  20. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ a ---
  21. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
  22. i.e. build is platform dependent!
  23. [INFO] skip non existing resourceDirectory D:\workspace\a\src\main\resources
  24. [INFO]
  25. [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ a ---
  26. [INFO] Nothing to compile - all classes are up to date
  27. [INFO]
  28. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ a
  29. ---
  30. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
  31. i.e. build is platform dependent!
  32. [INFO] skip non existing resourceDirectory D:\workspace\a\src\test\resources
  33. [INFO]
  34. [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ a ---
  35. [INFO] No sources to compile
  36. [INFO]
  37. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ a ---
  38. [INFO] Tests are skipped.
  39. [INFO]
  40. [INFO] --- maven-war-plugin:2.4:war (default-war) @ a ---
  41. [INFO] Packaging webapp
  42. [INFO] Assembling webapp [a] in [D:\workspace\a\target\a-0.0.1-SNAPSHOT]
  43. [INFO] Processing war project
  44. [INFO] Copying webapp resources [D:\workspace\a\WebContent]
  45. [INFO] Webapp assembled in [116 msecs]
  46. [INFO] Building war: D:\workspace\a\target\a-0.0.1-SNAPSHOT.war
  47. [INFO]
  48. [INFO] --- maven-install-plugin:2.4:install (default-install) @ a ---
  49. [INFO] Installing D:\workspace\a\target\a-0.0.1-SNAPSHOT.war to C:\Users\mcianfa
  50. rani\.m2\repository\a\a\0.0.1-SNAPSHOT\a-0.0.1-SNAPSHOT.war
  51. [INFO] Installing D:\workspace\a\pom.xml to C:\Users\mcianfarani\.m2\repository\
  52. a\a\0.0.1-SNAPSHOT\a-0.0.1-SNAPSHOT.pom
  53. [INFO]
  54. [INFO] >>> maven-eclipse-plugin:2.9:eclipse (default-cli) > generate-resources @
  55. a >>>
  56. [INFO]
  57. [INFO] <<< maven-eclipse-plugin:2.9:eclipse (default-cli) < generate-resources @
  58. a <<<
  59. [INFO]
  60. [INFO] --- maven-eclipse-plugin:2.9:eclipse (default-cli) @ a ---
  61. [INFO] Using Eclipse Workspace: D:\workspace
  62. [INFO] no substring wtp server match.
  63. [INFO] Using as WTP server : Apache Tomcat v8.0
  64. [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAIN
  65. ER
  66. [INFO] File D:\workspace\a\.project already exists.
  67. Additional settings will be preserved, run mvn eclipse:clean if you want
  68. old settings to be removed.
  69. [INFO] Wrote Eclipse project for "a" to D:\workspace\a.
  70. [INFO]
  71. [INFO] ------------------------------------------------------------------------
  72. [INFO] BUILD SUCCESS
  73. [INFO] ------------------------------------------------------------------------
  74. [INFO] Total time: 7.628 s
  75. [INFO] Finished at: 2015-06-26T11:29:29+02:00
  76. [INFO] Final Memory: 14M/174M
  77. [INFO] ------------------------------------------------------------------------
  78.  
  79. D:\workspace\a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement