Advertisement
sleipnir1981

Untitled

Oct 24th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. cloudstate-cli]# ./cloudstate/target/debug/cloudstate --create=shopping-cart --idiom=java
  2. Creating user function project: "shopping-cart"
  3. Using template: "java"
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  7. [INFO] Building Maven Stub Project (No POM) 1
  8. [INFO] --------------------------------[ pom ]---------------------------------
  9. [INFO]
  10. [INFO] >>> maven-archetype-plugin:3.1.1:generate (default-cli) > generate-sources @ standalone-pom >>>
  11. [INFO]
  12. [INFO] <<< maven-archetype-plugin:3.1.1:generate (default-cli) < generate-sources @ standalone-pom <<<
  13. [INFO]
  14. [INFO]
  15. [INFO] --- maven-archetype-plugin:3.1.1:generate (default-cli) @ standalone-pom ---
  16. [INFO] Generating project in Batch mode
  17. [INFO] ----------------------------------------------------------------------------
  18. [INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.0
  19. [INFO] ----------------------------------------------------------------------------
  20. [INFO] Parameter: basedir, Value: /home/sleipnir/development/workspace/pessoal/cloudstate-cli
  21. [INFO] Parameter: package, Value: com.example
  22. [INFO] Parameter: groupId, Value: com.example
  23. [INFO] Parameter: artifactId, Value: shopping-cart
  24. [INFO] Parameter: packageName, Value: com.example
  25. [INFO] Parameter: version, Value: 1.0-SNAPSHOT
  26. [INFO] project created from Old (1.x) Archetype in dir: /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] BUILD SUCCESS
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Total time: 4.756 s
  31. [INFO] Finished at: 2019-10-24T15:22:26-03:00
  32. [INFO] ------------------------------------------------------------------------
  33. Creating Dockerfile
  34. Creating deployment.yml
  35. Creating pom.xml...
  36. Creating resources folder...
  37. Creating proto folder...
  38. % Total % Received % Xferd Average Speed Time Time Time Current
  39. Dload Upload Total Spent Left Speed
  40. 100 1402 100 1402 0 0 8388 0 --:--:-- --:--:-- --:--:-- 8395
  41. % Total % Received % Xferd Average Speed Time Time Time Current
  42. Dload Upload Total Spent Left Speed
  43. 100 491 100 491 0 0 3960 0 --:--:-- --:--:-- --:--:-- 3991
  44. Successfully changed working directory to /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart!
  45. Downloading dependencies...
  46. [INFO] Scanning for projects...
  47. [WARNING]
  48. [WARNING] Some problems were encountered while building the effective model for com.example:shopping-cart:jar:1.0-SNAPSHOT
  49. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 24, column 21
  50. [WARNING]
  51. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  52. [WARNING]
  53. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  54. [WARNING]
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] Detecting the operating system and CPU architecture
  57. [INFO] ------------------------------------------------------------------------
  58. [INFO] os.detected.name: linux
  59. [INFO] os.detected.arch: x86_64
  60. [INFO] os.detected.version: 3.10
  61. [INFO] os.detected.version.major: 3
  62. [INFO] os.detected.version.minor: 10
  63. [INFO] os.detected.release: centos
  64. [INFO] os.detected.release.version: 7
  65. [INFO] os.detected.release.like.centos: true
  66. [INFO] os.detected.release.like.rhel: true
  67. [INFO] os.detected.release.like.fedora: true
  68. [INFO] os.detected.classifier: linux-x86_64
  69. [INFO]
  70. [INFO] ---------------------< com.example:shopping-cart >----------------------
  71. [INFO] Building shopping-cart 1.0-SNAPSHOT
  72. [INFO] --------------------------------[ jar ]---------------------------------
  73. [INFO]
  74. [INFO] --- protobuf-maven-plugin:0.6.1:compile (default) @ shopping-cart ---
  75. [INFO] Compiling 2 proto file(s) to /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart/target/generated-sources/protobuf/java
  76. [WARNING] PROTOC: example/shoppingcart/shoppingcart.proto:7:1: warning: Import google/api/http.proto but not used.
  77. [libprotobuf WARNING ../../../../../src/google/protobuf/compiler/java/java_file.cc:231] example/shoppingcart/shoppingcart.proto: The file's outer class name, "Shoppingcart", matches the name of one of the types declared inside it when case is ignored. This can cause compilation issues on Windows / MacOS. Please either rename the type or use the java_outer_classname option to specify a different outer class name for the .proto file to be safe.
  78.  
  79. [INFO]
  80. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shopping-cart ---
  81. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  82. [INFO] Copying 0 resource
  83. [INFO] Copying 2 resources
  84. [INFO]
  85. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shopping-cart ---
  86. [INFO] Changes detected - recompiling the module!
  87. [INFO] Compiling 4 source files to /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart/target/classes
  88. [INFO]
  89. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shopping-cart ---
  90. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  91. [INFO] skip non existing resourceDirectory /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart/src/test/resources
  92. [INFO]
  93. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shopping-cart ---
  94. [INFO] Nothing to compile - all classes are up to date
  95. [INFO]
  96. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ shopping-cart ---
  97. [INFO] No tests to run.
  98. [INFO]
  99. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shopping-cart ---
  100. [INFO] Building jar: /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart/target/shopping-cart-1.0-SNAPSHOT.jar
  101. [INFO]
  102. [INFO] --- maven-install-plugin:2.4:install (default-install) @ shopping-cart ---
  103. [INFO] Installing /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart/target/shopping-cart-1.0-SNAPSHOT.jar to /root/.m2/repository/com/example/shopping-cart/1.0-SNAPSHOT/shopping-cart-1.0-SNAPSHOT.jar
  104. [INFO] Installing /home/sleipnir/development/workspace/pessoal/cloudstate-cli/shopping-cart/pom.xml to /root/.m2/repository/com/example/shopping-cart/1.0-SNAPSHOT/shopping-cart-1.0-SNAPSHOT.pom
  105. [INFO] ------------------------------------------------------------------------
  106. [INFO] BUILD SUCCESS
  107. [INFO] ------------------------------------------------------------------------
  108. [INFO] Total time: 4.378 s
  109. [INFO] Finished at: 2019-10-24T15:22:32-03:00
  110. [INFO] ------------------------------------------------------------------------
  111. Project created!
  112. No verbose info
  113. Ok(())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement