aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Update version number, use Java 8Teemu Suo-Anttila2016-08-031-1/+1
| | | | Change-Id: Icb36a9c019ba086cdcdece2497c2120ea6bafb7a
* Use gwt-user and gwt-dev dependencies in client and compilerTeemu Suo-Anttila2016-06-011-0/+14
| | | | | | | This removes GWT dependency from the server and shared parts of the framework Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
* Move Jetty 9.3 before vaadin-* on the classpathLeif Åstrand2016-05-301-37/+39
| | | | | | | Without this patch, Eclipse might try to use Jetty 8.1 from vaadin-client-compiler instead of using the intended version. Change-Id: Ib9b980bb3ed5e3e892733cf7667f44c015779a13
* Correctly handle compiled resources for Development ServerTeemu Suo-Anttila2016-05-201-42/+16
| | | | Change-Id: I0f4976aaeeb1f284a99a09cb039e54ae16f8f556
* Update Jetty version in uitestTeemu Suo-Anttila2016-05-201-45/+12
| | | | Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87
* Move theme and widgetset compilation to prepare-packageTeemu Suo-Anttila2016-05-031-0/+1
| | | | Change-Id: I5c366be930383a6008a7f40f1f4ad532c5da1772
* Move checkstyles plugin to actual moduleselmot2016-04-271-7/+0
| | | | Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
* Move compiled themes out from resourcesTeemu Suo-Anttila2016-04-271-16/+3
| | | | Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
* Check Java 1.6 compatibilityHenri Sara2016-04-251-0/+7
| | | | | | Ensure that server side classes are compatible with Java 1.6. Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0
* Run checkstyle with MavenHenri Sara2016-04-221-0/+7
| | | | Change-Id: I8590d2161d027827a5037f0b371ec620cea61733
* Skip javadoc plugin in uitestTeemu Suo-Anttila2016-04-211-0/+6
| | | | Change-Id: I697965dbed453c93d09935220eb05cb4e39e3399
* Compile default widgetset with maven plugin, fix unit cacheTeemu Suo-Anttila2016-04-191-0/+1
| | | | Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1
* Fixes for DevelopmentServerLauncherHenri Sara2016-04-181-4/+1
| | | | | | | | | Makes it possible to run DSL in the uitest project using the same configuration as before. Note that this change might not fix all issues with DSL. Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae
* Fix uitest deployment configurationHenri Sara2016-04-151-14/+5
| | | | Change-Id: I4becdfd4a2d8dc2b3677bcfc937d8cc5b0b2bbe7
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-45/+84
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Add profile to enable uitest deployTeemu Suo-Anttila2016-04-141-0/+23
| | | | Change-Id: I6393204fc9d2e02c77ff2969fb6502dfb71019e9
* Final working configuration for nexus staging pluginTeemu Suo-Anttila2016-04-141-312/+297
| | | | Change-Id: I05d546b763651ad6856fb86adc068058a35be429
* Skip only staging instead of the whole nexus deploy mojoTeemu Suo-Anttila2016-04-141-1/+1
| | | | Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
* Skip staging of non-deployable modulesHenri Sara2016-04-131-0/+11
| | | | Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e
* Move organization, license and SCM to parent POMHenri Sara2016-04-131-4/+1
| | | | | | | | | | | | This change also cleans up some redundant POM metaadata. Even though Maven documentation does not list it, also the organization section is inherited to the effective POM. pom-template.xml is still in the project for a longer description and a repositories section until publishing to staging is cleaned up. Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
* Generate sources with release profileTeemu Suo-Anttila2016-04-111-3/+0
| | | | | | | | | This patch refactors how unpacking of dependencies is handled. It now uses a more generic configuration on top level as well as updates the phase where the extraction happens. This way the source plugin configuration remains small Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
* Build uitest with maven ant runnerelmot2016-04-011-0/+338
Change-Id: Ia7ba1cb6b1c8c4e70b6e834d86feb6c161ab5a29