You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ray Tsang <sa...@gmail.com> on 2006/04/18 09:43:38 UTC

archetype.xml

Hi all,

I read here, http://maven.apache.org/guides/mini/guide-creating-archetypes.html,
that to add test sources and test resources, it should use a different
tag than <source> and <resource>... but which one is it?  the
documentation is ambiguous on the syntax, it specified <test-resource>
and <testReource>... i tried both but none seem to work.  I guess
there are 2 issues:

1. which tag is to be used?
2. it doesn't work, is it not supposed to be used at all?

ray,