On Sun, May 10, 2009 at 3:13 PM, Doug Hughes <dhug...@alagad.com> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to