Compile addons widgetset - vaadin 7 beta 2

Hi,

i currently try to compile a custom widgeset.

I have create a vaadin project by

mvn archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=7.0.0.beta2

Running [quote]
mvn vaadin:compile
[/quote] works well.

But i do not know where to put the vaadin addon jars, that the widgetset compiler can find them.

  • Tried to create a webApp-Folder with web inf
  • To put them under src/main/webapp/WEB-INF/lib

But nothing works

Currenty only 2 widgetsets can be found: The default one and the one of my project.
[INFO]
— vaadin-maven-plugin:7.0.0.beta2:compile (default-cli) @ org.my.test2 —
[INFO]
auto discovered modules [org.my.test2.AppWidgetSet]

[INFO]
org.my.test2.AppWidgetSet is up to date. GWT compilation skipped

Question:
Can anybody point me to the location where the addon jars should be located?

Thanks in advance for help,
best Florian