Vaadin (GWT) Maven build

Hello everybody.

Got some interesting problem. I’ve got multiple module maven project. I’m using mvn clean and install commands. But the output war file contains *.java files. But interesting is that part which is server side don’t contains java files, only client side part.

I try most of tutorials from web to exclude all java file from build but didn’t work. So any hints?

Thanks