diff options
author | Henri Sara <hesara@vaadin.com> | 2016-06-07 13:14:29 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-08-17 12:13:50 +0000 |
commit | 3816d34daaf9eca4b3b591b79309a98796b3a4da (patch) | |
tree | 9a478b861310c00cdc750790120d9eea56a2a580 /pom.xml | |
parent | c89f50eb801a903ec28c8618cf30ae31b9184c8f (diff) | |
download | vaadin-framework-3816d34daaf9eca4b3b591b79309a98796b3a4da.tar.gz vaadin-framework-3816d34daaf9eca4b3b591b79309a98796b3a4da.zip |
Create module uitest-common
This module will contain most of the classes shared between uitest
and integration test modules.
Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ <module>client-compiled</module> <module>themes</module> <module>widgets</module> + <module>uitest-common</module> <module>uitest</module> <module>liferay</module> <module>all</module> |