Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-2
-
None
Description
If i have a file in my project that has a maven filter variable such as ${groupId}. When I do a archetype:create-from-project on that project and the archetype plugin detects a conflict between it's variables and this variable then the archetype plugin should escape that variable "\$${groupId}" instead of ignoring it.
If you don't think this would be a good general rule then perhaps it can at least be an option?
Mike