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)
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