I\'m writing a maven package with directory structure
frtex pom.xml frtex/src/main/java/some-files.java frtex/src/main/java/utils/some-other-files.java >
This is a late response, but I just ran into the same issue.
The solution is you need to add the following to your plugin inside the configuration section
configuration
src/main/java ...