Invalid classpath publish/export dependency /common. Project entries not supported

eclipse中使用maven构建多模块项目,想在read-face(war)中引入read-common(jar),在pom.xml中可以引入,使用maven打包生成的war也没问题,可以在eclipse中一直报错:Invalid classpath publish/export dependency /common. Project entries not supported


解决:

项目右键>Properties -> Deployment Assembly -> Add

在弹出的框中选中read-common项目

猜你喜欢

转载自blog.csdn.net/yangzongzhuan/article/details/71747435