How to create empty folders with maven archetype?

后端 未结 3 1396
伪装坚强ぢ
伪装坚强ぢ 2021-02-01 20:54

There is an existing issue for this approach, located on Codehaus JIRA #ARCHETYPE-57, but all instructions listed in this ticket failed for me. Also the blog post of marekdec Ho

3条回答
  •  萌比男神i
    2021-02-01 21:31

    I met the same problem with the first answer to this question. Reconfiguring the maven-resources-plugin.

    According to this ticket MRESOURCES-36, there should be a <includeEmptyDirs> element, but only for Maven Resources Plugin 2.3.

    
      org.apache.maven.plugins
      maven-resources-plugin
      2.3
      
        true
      
    
    

提交回复
热议问题