Advertisement
magoo123

Untitled

Jul 27th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.openmrs.tools:openmrs-tools:jar:1.9.0-SNAPSHOT
  4. [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 675, column 12
  5. [WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, D:\Workspace\openmrs\pom.xml, line 696, column 12
  6. [WARNING]
  7. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  8. [WARNING]
  9. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  10. [WARNING]
  11. [INFO]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Building openmrs-tools 1.9.0-SNAPSHOT
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO]
  16. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ openmrs-tools ---
  17. [INFO] Deleting D:\Workspace\openmrs\tools\target
  18. [INFO]
  19. [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ openmrs-tools ---
  20. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  21. SLF4J: Defaulting to no-operation (NOP) logger implementation
  22. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  23. [INFO] Change the default 'svn' provider implementation to 'javasvn'.
  24. [INFO] Checking for local modifications: skipped.
  25. [INFO] Updating project files from SCM: skipped.
  26. [INFO] Storing buildNumber: 21853 at timestamp: 1311769472375
  27. [INFO] Storing buildScmBranch: trunk
  28. [INFO]
  29. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-tools ---
  30. [INFO]
  31. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-tools ---
  32. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  33. [INFO] Copying 6 resources
  34. [INFO]
  35. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-tools ---
  36. [INFO] Compiling 1 source file to D:\Workspace\openmrs\tools\target\classes
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-tools ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] skip non existing resourceDirectory D:\Workspace\openmrs\tools\src\test\resources
  41. [INFO]
  42. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-tools ---
  43. [INFO] No sources to compile
  44. [INFO]
  45. [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ openmrs-tools ---
  46. [INFO] No tests to run.
  47. [INFO]
  48. [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ openmrs-tools ---
  49. [INFO] Building jar: D:\Workspace\openmrs\tools\target\openmrs-tools-1.9.0-SNAPSHOT.jar
  50. [INFO]
  51. [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ openmrs-tools ---
  52. [WARNING] JAR will be empty - no content was marked for inclusion!
  53. [INFO] Building jar: D:\Workspace\openmrs\tools\target\openmrs-tools-1.9.0-SNAPSHOT-tests.jar
  54. [INFO]
  55. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ openmrs-tools ---
  56. [INFO] Installing D:\Workspace\openmrs\tools\target\openmrs-tools-1.9.0-SNAPSHOT.jar to F:\Documents and Settings\MAGOO\.m2\repository\org\openmrs\tools\openmrs-tools\1.9.0-SNAPSHOT\openmrs-tools-1.9.0-SNAPSHOT.jar
  57. [INFO] Installing D:\Workspace\openmrs\tools\pom.xml to F:\Documents and Settings\MAGOO\.m2\repository\org\openmrs\tools\openmrs-tools\1.9.0-SNAPSHOT\openmrs-tools-1.9.0-SNAPSHOT.pom
  58. [INFO] Installing D:\Workspace\openmrs\tools\target\openmrs-tools-1.9.0-SNAPSHOT-tests.jar to F:\Documents and Settings\MAGOO\.m2\repository\org\openmrs\tools\openmrs-tools\1.9.0-SNAPSHOT\openmrs-tools-1.9.0-SNAPSHOT-tests.jar
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO] BUILD SUCCESS
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] Total time: 14.609s
  63. [INFO] Finished at: Wed Jul 27 15:24:41 EAT 2011
  64. [INFO] Final Memory: 9M/22M
  65. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement