vaadin / maven-plugin

Vaadin Maven Plug-in
4 stars 18 forks source link

mvn vaadin:compile-theme doesn't honor -Dvaadin.theme anymore #70

Closed vaadin-bot closed 8 years ago

vaadin-bot commented 8 years ago

Originally by cri


Hi, since version 7.7.0 mvn vaadin:compile-theme ignores -Dvaadin.theme=themename Steps to reproduce: mvn archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=LATEST mvn vaadin:compile-theme (compiles mytheme) mvn vaadin:compile-theme -Dvaadin.theme=blablub (expected to fail, but compiles mytheme) Then change vaadin.plugin.version and vaadin.version to 7.6.8 in pom.xml and run mvn vaadin:compile-theme -Dvaadin.theme=blablub (expectedly fails because it can't find the theme to compile)


Imported from https://dev.vaadin.com/ issue #20361

vaadin-bot commented 8 years ago

Originally by @Artur-


https://dev.vaadin.com/review/14587

vaadin-bot commented 8 years ago

Originally by @hesara


Fix merged to master, cherry-picked to 7.7 in https://dev.vaadin.com/review/#/c/14676/