On Sun, May 10, 2009 at 3:13 PM, Doug Hughes <[email protected]> wrote:
> As a last test, I intentionally put invalid XML in the
> archetype-metadata.xml file. I was able to run archetype:create without it
> reporting an XML error. This tells me it's ignoring my metadata file
> anyhow.... any ideas on what I can do to work around this?
I think, this file is only used, if you use the archetype:generate goal.
> [line 17,column 31] : $tagext is not a valid reference.
For the references that should go unchanged into the generated sources
I usually do
#set ($d = "$")
... ${d}{target} ...
This will expand to ${target} and will not raise a warning.
- Henry
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]