Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
.SVN directory included by compile-theme
Hello,
Vaadin Version: 7.6.4
In my VAADIN/themes directory, i have several themes created. During jenkins build, it included VAADIN/themes/.svn for theme compile. I found out that we can put <theme>mytheme<theme> to specify the directory to compile. but i have several themes.
This doesn't work.
<configuration><themes> <theme>mytheme1</theme> <theme>mytheme2</theme></themes></configuration>
Also tried:
<configuration> <theme>mytheme1</theme> <theme>mytheme2</theme></configuration>
but doesn't work as well.
Any workarounds or am i missing something from vaadin-maven-plugin usage?
Thanks.