diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 22:56:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:22 +0300 |
commit | 93ed08119c3fb45a750998f05ba4f67643787295 (patch) | |
tree | 50e91615cd4062f561764523029029cc91635fe9 /uitest/build.xml | |
parent | 5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (diff) | |
download | vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.tar.gz vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.zip |
Generate pom artifacts and automatically publish to local Maven (#9299)
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index a97886dc8b..29f1540321 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -50,7 +50,7 @@ </target> <target name="testing-widgetset" depends="dependencies,compile"> - <property name="module" value="com.vaadin.tests.widgetset.TestingWidgetSet"/> + <property name="module" value="com.vaadin.tests.widgetset.TestingWidgetSet" /> <property name="style" value="OBF" /> <property name="localWorkers" value="2" /> <property name="extraParams" value="" /> |