我正在使用maven-shade-plugin构建我的项目,Netbeans 8.0正在抱怨以下警告:
项目的主要工件通过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's 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.
如何解决这个问题?什么可以打破?