aboutsummaryrefslogtreecommitdiffstats
path: root/ivysettings.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-02-01 17:17:15 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-01 17:17:15 +0200
commit53674a7cafc22e8e21f5a7d46df0f5c126fb76c6 (patch)
tree7bb8916c2b891808e78ca95f0ae150e9b03060cc /ivysettings.xml
parent8e20ab0f05603cb81a8bdbf456f63c9a49eb1d3b (diff)
downloadvaadin-framework-53674a7cafc22e8e21f5a7d46df0f5c126fb76c6.tar.gz
vaadin-framework-53674a7cafc22e8e21f5a7d46df0f5c126fb76c6.zip
Refactor testing of the framework (#8393)
* Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven
Diffstat (limited to 'ivysettings.xml')
-rw-r--r--ivysettings.xml77
1 files changed, 0 insertions, 77 deletions
diff --git a/ivysettings.xml b/ivysettings.xml
deleted file mode 100644
index f28250c3c1..0000000000
--- a/ivysettings.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivysettings>
- <!-- Default ivysettings.xml stuff -->
- <include url="${ivy.default.settings.dir}/ivysettings-public.xml" />
- <include url="${ivy.default.settings.dir}/ivysettings-shared.xml" />
- <include url="${ivy.default.settings.dir}/ivysettings-local.xml" />
- <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml" />
- <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml" />
-
- <!-- Customized stuff -->
- <settings defaultResolver="public" />
- <resolvers>
- <ibiblio name="public" m2compatible="true" />
- <ibiblio name="vaadin-addons" usepoms="true"
- m2compatible="true" root="http://maven.vaadin.com/vaadin-addons" />
- <filesystem name="local-maven" m2compatible="true">
- <artifact
- pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
- <ivy
- pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom" />
- </filesystem>
- <ibiblio name="vaadin-build" usepoms="true"
- m2compatible="true" root="${vaadin.build.repository}" />
- <chain name="vaadin-maven" returnFirst="true">
- <resolver ref="local-maven" />
- <resolver ref="vaadin-build" />
- </chain>
- </resolvers>
- <modules>
- <module organisation="com.vaadin" name="vaadin-testbench"
- resolver="vaadin-addons" />
- <module organisation="com.vaadin" name="vaadin-testbench-parent"
- resolver="vaadin-addons" />
- <module organisation="com.vaadin" name="vaadin-testbench-core"
- resolver="vaadin-addons" />
- <module organisation="com.vaadin" name="vaadin-testbench-api"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-buildhelpers"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-root"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-shared"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-compatibility-shared"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-server"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-compatibility-server"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-client"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-compatibility-client"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-client-compiler"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-client-compiled"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-compatibility-client-compiled"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-themes"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-compatibility-themes"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-push"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-widgets"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-bom"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-liferay"
- resolver="vaadin-maven" />
- <module organisation="com.vaadin" name="vaadin-uitest-common"
- resolver="vaadin-maven" />
- </modules>
-
-
-</ivysettings>