[
https://issues.apache.org/jira/browse/MRESOURCES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730688#comment-14730688
]
Evgeniy Voroniuk edited comment on MRESOURCES-205 at 9/4/15 12:03 PM:
----------------------------------------------------------------------
Test project. After build you can see that in default output resources
directory "class" - empty directory "emptyDir" was copied, but in custom output
directory specified in "targetPath" - it wasn't copied.
was (Author: brunneng):
Test project. After build you can see that in default output resources
directory "class" - empty directory was copied, but in custom output directory
specified in "targetPath" - wasn't copied.
> Flag "includeEmptyDirs" is not working if "targetPath" is specified on
> resource.
> --------------------------------------------------------------------------------
>
> Key: MRESOURCES-205
> URL: https://issues.apache.org/jira/browse/MRESOURCES-205
> Project: Maven Resources Plugin
> Issue Type: Bug
> Components: copy
> Affects Versions: 2.7
> Reporter: Evgeniy Voroniuk
> Attachments: test-includeEmptyDirs.zip
>
>
> If we specify target path like
> <resource>
> <directory>src/main/resources</directory>
> <targetPath>${project.build.directory}/distribution</targetPath>
> </resource>
> Then empty directory are not copied, even if flag "includeEmptyDirs" is set
> to "true"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)