[
https://issues.apache.org/jira/browse/ARCHETYPE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Petar Tahchiev resolved ARCHETYPE-524.
--------------------------------------
Resolution: Fixed
This has been fixed here:
https://git-wip-us.apache.org/repos/asf?p=maven-archetype.git;a=commit;h=cb1ffb29802681fbfef24960a7f482ff526d08ed
> CreateArchetypeFromProject creates extra folders if a folder contains both
> filtered and non-filtered files.
> -----------------------------------------------------------------------------------------------------------
>
> Key: ARCHETYPE-524
> URL: https://issues.apache.org/jira/browse/ARCHETYPE-524
> Project: Maven Archetype
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Petar Tahchiev
> Assignee: Petar Tahchiev
> Fix For: 3.0.1
>
>
> When invoking create-a-project-from-archetype on a project with the following
> structure:
> {code}
> src/
> main/
> webapp/
> resources/
> artifactId/
> a.jsp
> a.png
> {code}
> creates an archetype with the following structure:
> {code}
> src/
> main/
> webapp/
> resources/
> artifactId/
> a.png
> __artifactId__/
> a.jsp
> {code}
> I believe the correct output should only contain {{__archetypeId__}} with the
> {{jsp}} filtered and the {{a.png}} not filtered.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)