Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-4
-
Component/s: Plugin
-
Labels:None
-
Number of attachments :
Description
- when creating an archetype ie doing "archetype:create", the template substitution routines mangle characters like © .
- binary files are also searched through for substitution this often results in exceptions and failed creation.
I think the archetype desperately needs a way of switching off template substitution for anything else but pom.xml. It's hardly useable for us in it's present form.
I can create a testcase if necessary, just ask.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| ARCHETYPE-25 | images gif/jpgs etc seem to get corrupted when copied by archetype |
|
|
|
| This issue supercedes: | ||||
| ARCHETYPE-3 | binary resources |
|
|
|
similar problem observed when trying to create project using an archetype with FreeMarker templates inside, they are parsed with Velocity Engine, which leads us to parser exceptions and stops project creating process