Я строю свой проект с плагином maven-shade, а Netbeans 8.0 жалуется на следующее предупреждение:
Project main artifact is processed through maven-shade-plugin
When the final artifact jar contains classes not originating in current project,
NetBeans internal compiler cannot use the sources of the project for compilation.
Then changes done in project source code only appears in depending projects when
project is recompiled. Also applies to features like Refactoring which will not
be able to find usages in depending projects.
Как я могу это исправить? Что он может сломать?