You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ivysettings.xml 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ivysettings>
  3. <!-- Default ivysettings.xml stuff -->
  4. <include url="${ivy.default.settings.dir}/ivysettings-public.xml" />
  5. <include url="${ivy.default.settings.dir}/ivysettings-shared.xml" />
  6. <include url="${ivy.default.settings.dir}/ivysettings-local.xml" />
  7. <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml" />
  8. <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml" />
  9. <!-- Customized stuff -->
  10. <settings defaultResolver="public" />
  11. <resolvers>
  12. <ibiblio name="public" m2compatible="true" />
  13. <ibiblio name="vaadin-addons" usepoms="true"
  14. m2compatible="true" root="https://maven.vaadin.com/vaadin-addons" />
  15. <filesystem name="local-maven" m2compatible="true">
  16. <artifact
  17. pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
  18. <ivy
  19. pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom" />
  20. </filesystem>
  21. <ibiblio name="vaadin-build" usepoms="true"
  22. m2compatible="true" root="${vaadin.build.repository}" />
  23. <chain name="vaadin-maven" returnFirst="true">
  24. <resolver ref="local-maven" />
  25. <resolver ref="vaadin-build" />
  26. </chain>
  27. </resolvers>
  28. <modules>
  29. <module organisation="com.vaadin" name="vaadin-testbench"
  30. resolver="vaadin-addons" />
  31. <module organisation="com.vaadin" name="vaadin-testbench-parent"
  32. resolver="vaadin-addons" />
  33. <module organisation="com.vaadin" name="vaadin-testbench-core"
  34. resolver="vaadin-addons" />
  35. <module organisation="com.vaadin" name="vaadin-testbench-api"
  36. resolver="vaadin-maven" />
  37. <module organisation="com.vaadin" name="vaadin-root"
  38. resolver="vaadin-maven" />
  39. <module organisation="com.vaadin" name="vaadin-shared"
  40. resolver="vaadin-maven" />
  41. <module organisation="com.vaadin" name="vaadin-compatibility-shared"
  42. resolver="vaadin-maven" />
  43. <module organisation="com.vaadin" name="vaadin-server"
  44. resolver="vaadin-maven" />
  45. <module organisation="com.vaadin" name="vaadin-compatibility-server"
  46. resolver="vaadin-maven" />
  47. <module organisation="com.vaadin" name="vaadin-client"
  48. resolver="vaadin-maven" />
  49. <module organisation="com.vaadin" name="vaadin-compatibility-client"
  50. resolver="vaadin-maven" />
  51. <module organisation="com.vaadin" name="vaadin-client-compiler"
  52. resolver="vaadin-maven" />
  53. <module organisation="com.vaadin" name="vaadin-client-compiled"
  54. resolver="vaadin-maven" />
  55. <module organisation="com.vaadin" name="vaadin-compatibility-client-compiled"
  56. resolver="vaadin-maven" />
  57. <module organisation="com.vaadin" name="vaadin-themes"
  58. resolver="vaadin-maven" />
  59. <module organisation="com.vaadin" name="vaadin-compatibility-themes"
  60. resolver="vaadin-maven" />
  61. <module organisation="com.vaadin" name="vaadin-push"
  62. resolver="vaadin-maven" />
  63. <module organisation="com.vaadin" name="vaadin-bom"
  64. resolver="vaadin-maven" />
  65. <module organisation="com.vaadin" name="vaadin-liferay"
  66. resolver="vaadin-maven" />
  67. </modules>
  68. </ivysettings>