Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] Building SQL: VNB 1.4.0-SNAPSHOT
  3. [INFO] ------------------------------------------------------------------------
  4. Downloading: https://axxdigit-dev.axxiome.com:9082/nexus/content/repositories/bpc-snapshot/com/axxiome/axxd/core/sql/resource/axxd-core-sql-resource/1.4.0-SNAPSHOT/maven-metadata.xml
  5. Downloaded: https://axxdigit-dev.axxiome.com:9082/nexus/content/repositories/bpc-snapshot/com/axxiome/axxd/core/sql/resource/axxd-core-sql-resource/1.4.0-SNAPSHOT/maven-metadata.xml (809 B at 1.9 KB/s
  6. ec)
  7. [INFO]
  8. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ axxd-vnb-sql-resource ---
  9. [INFO] Deleting C:\Users\vtsonev\git\VNB\com.axxiome.axxd.vnb.sql.resource\target
  10. [INFO]
  11. [INFO] --- flyway-maven-plugin:4.0.2:clean (clean-DB) @ axxd-vnb-sql-resource ---
  12. [INFO] Flyway 4.0.2 by Boxfuse
  13. [INFO] Database: jdbc:oracle:thin:@localhost:1521:xe (Oracle 11.2)
  14. [WARNING] Unable to resolve location filesystem:target/sql/migrations
  15. [INFO] Successfully cleaned schema "AXXD" (execution time 00:20.879s)
  16. [INFO]
  17. [INFO] --- maven-resources-plugin:3.0.2:copy-resources (copy-resources) @ axxd-vnb-sql-resource ---
  18. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  19. [INFO] Copying 81 resources
  20. [INFO]
  21. [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ axxd-vnb-sql-resource ---
  22. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  23. [INFO] Copying 81 resources
  24. [INFO]
  25. [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ axxd-vnb-sql-resource ---
  26. [INFO] No sources to compile
  27. [INFO]
  28. [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ axxd-vnb-sql-resource ---
  29. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  30. [INFO] skip non existing resourceDirectory C:\Users\vtsonev\git\VNB\com.axxiome.axxd.vnb.sql.resource\src\test\resources
  31. [INFO]
  32. [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ axxd-vnb-sql-resource ---
  33. [INFO] No sources to compile
  34. [INFO]
  35. [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ axxd-vnb-sql-resource ---
  36. [INFO] No tests to run.
  37. [INFO]
  38. [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (unpack-dependencies) @ axxd-vnb-sql-resource ---
  39. [INFO] Unpacking C:\Users\user\.m2\repository\com\axxiome\axxd\core\sql\resource\axxd-core-sql-resource\1.4.0-SNAPSHOT\axxd-core-sql-resource-1.4.0-SNAPSHOT.jar to C:\Users\vtsonev\git\VNB\com.axxiome
  40. .axxd.vnb.sql.resource\target\sql\migrations with includes "**/*.sql" and excludes "META-INF/**"
  41. [INFO]
  42. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ axxd-vnb-sql-resource ---
  43. [INFO] Building jar: C:\Users\vtsonev\git\VNB\com.axxiome.axxd.vnb.sql.resource\target\axxd-vnb-sql-resource-1.4.0-SNAPSHOT.jar
  44. [INFO]
  45. [INFO] --- maven-assembly-plugin:2.2-beta-5:single (create-distribution) @ axxd-vnb-sql-resource ---
  46. [INFO] Reading assembly descriptor: assembly.xml
  47. [INFO] Building zip: C:\Users\vtsonev\git\VNB\com.axxiome.axxd.vnb.sql.resource\target\axxd-vnb-sql-resource-1.4.0-SNAPSHOT-all.zip
  48. [INFO]
  49. [INFO] --- flyway-maven-plugin:4.0.2:migrate (migrate-DB) @ axxd-vnb-sql-resource ---
  50. [INFO] Database: jdbc:oracle:thin:@localhost:1521:xe (Oracle 11.2)
  51. [INFO] Successfully validated 122 migrations (execution time 00:00.171s)
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] BUILD FAILURE
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Total time: 35.836 s
  56. [INFO] Finished at: 2018-09-20T14:54:43+03:00
  57. [INFO] Final Memory: 27M/627M
  58. [INFO] ------------------------------------------------------------------------
  59. [ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:4.0.2:migrate (migrate-DB) on project axxd-vnb-sql-resource: org.flywaydb.core.api.FlywayException: Found non-empty schema "AXXD" withou
  60. t metadata table! Use baseline() or set baselineOnMigrate to true to initialize the metadata table. -> [Help 1]
  61. [ERROR]
  62. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  63. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement