Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
When invoking create-a-project-from-archetype on a project with the following structure:
src/ main/ webapp/ resources/ artifactId/ a.jsp a.png
creates an archetype with the following structure:
src/ main/ webapp/ resources/ artifactId/ a.png __artifactId__/ a.jsp
I believe the correct output should only contain _archetypeId_ with the jsp filtered and the a.png not filtered.