From: <[EMAIL PROTECTED]> > James, 'type' isn't being used for anything.....
It may not be used inside Maven for anything but pretty much everyone's project.xml says <type>required</type> so I didn't want to force everyone to hack their project.xml documents. I guess we could assume that the default type is 'required' which means 'required for compiling' then we could just use <type>test</type> or <type>doc</type> or some other custom type such as <type>my.test.A</type>. So maybe reusing the existing <type> isn't such a bad thing. James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
