且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Maven目录结构

更新时间:2023-09-17 16:20:28

sourceDirectory添加到pom文件中的build标记中.

Add sourceDirectory to the build tag in the pom file.

<build>
    ...
 <sourceDirectory>src</sourceDirectory>
    ...
</build>

此处是maven文档中的相关部分.

Here is the relevant section in the maven docs.