Maven include/exclude syntax is Ant. So I suggest you to have a look on fileset documentation, where you can find few illustrative examples.
In your particular configuration, it could work this pattern
**/gui/**
assuming that you don't use the package name "gui" in other context.