Maven - 将资源从模块复制到父级

时间:2018-04-10 11:22:47

标签: maven maven-2 maven-3

我尝试从父级执行mvn包时,子模块中的资源文件将被复制到父模块的特定目录。

项目结构:

-Parent 
   --ModuleResources

示例:

ModuleResources 
     src/main/resources/
         package1.file.xml
         package2.file2.jsp
         package3.file3.properties
ParentModule
    src/main/parentResources/  < I want copy resources here.

我是新手和maven一起工作。

谢谢。

0 个答案:

没有答案