如何使用 Maven Eclipse 插件将 src 目录传递到类路径
我的项目结构不像“src/main/java”。如何从 pom.xml 手动给出 src 目录?
PS:我尝试过并标记。 resources 正在应用 include 命令,但默认情况下,它还会添加排除 *..java,因此它不起作用。 sourceInincludes 没有做任何事情:)
My project structure is not like "src/main/java". How can I give src directory manually from pom.xml?
PS:I tried and tags. resources is applying the include command but,by default act, it also adds an exclude *..java also so it is not working. sourceIncludes is doing nothing:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
添加
到 POM 的
build
部分。Add
to the
build
section of your POM.构建
http://maven.apache.org/guides/ mini/guide-using-one-source-directory.html
build
http://maven.apache.org/guides/mini/guide-using-one-source-directory.html